| OLD | NEW |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef InspectorTraceEvents_h | 5 #ifndef InspectorTraceEvents_h |
| 6 #define InspectorTraceEvents_h | 6 #define InspectorTraceEvents_h |
| 7 | 7 |
| 8 #include "core/CoreExport.h" | 8 #include "core/CoreExport.h" |
| 9 #include "core/css/CSSSelector.h" | 9 #include "core/css/CSSSelector.h" |
| 10 #include "platform/heap/Handle.h" | 10 #include "platform/heap/Handle.h" |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 class Element; | 32 class Element; |
| 33 class Event; | 33 class Event; |
| 34 class ExecutionContext; | 34 class ExecutionContext; |
| 35 class FrameView; | 35 class FrameView; |
| 36 class GraphicsLayer; | 36 class GraphicsLayer; |
| 37 class HitTestLocation; | 37 class HitTestLocation; |
| 38 class HitTestRequest; | 38 class HitTestRequest; |
| 39 class HitTestResult; | 39 class HitTestResult; |
| 40 class ImageResource; | 40 class ImageResource; |
| 41 class InvalidationSet; | 41 class InvalidationSet; |
| 42 class KURL; | |
| 43 class PaintLayer; | 42 class PaintLayer; |
| 44 class LayoutRect; | 43 class LayoutRect; |
| 45 class LocalFrame; | 44 class LocalFrame; |
| 46 class Node; | 45 class Node; |
| 47 class Page; | |
| 48 class QualifiedName; | 46 class QualifiedName; |
| 49 class LayoutImage; | 47 class LayoutImage; |
| 50 class LayoutObject; | 48 class LayoutObject; |
| 51 class ResourceRequest; | 49 class ResourceRequest; |
| 52 class ResourceResponse; | 50 class ResourceResponse; |
| 53 class StyleChangeReasonForTracing; | 51 class StyleChangeReasonForTracing; |
| 54 class StyleImage; | 52 class StyleImage; |
| 55 class WorkerThread; | 53 class WorkerThread; |
| 56 class XMLHttpRequest; | 54 class XMLHttpRequest; |
| 57 | 55 |
| (...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 380 const HitTestLocation&, | 378 const HitTestLocation&, |
| 381 const HitTestResult&); | 379 const HitTestResult&); |
| 382 } | 380 } |
| 383 | 381 |
| 384 CORE_EXPORT String toHexString(const void* p); | 382 CORE_EXPORT String toHexString(const void* p); |
| 385 CORE_EXPORT void setCallStack(TracedValue*); | 383 CORE_EXPORT void setCallStack(TracedValue*); |
| 386 | 384 |
| 387 } // namespace blink | 385 } // namespace blink |
| 388 | 386 |
| 389 #endif // !defined(InspectorTraceEvents_h) | 387 #endif // !defined(InspectorTraceEvents_h) |
| OLD | NEW |