Home
last modified time | relevance | path

Searched defs:m_frontend (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorMemoryAgent.h61 InspectorFrontend::Memory* m_frontend; variable
DInspectorHeapProfilerAgent.h92 InspectorFrontend::HeapProfiler* m_frontend; variable
DInspectorApplicationCacheAgent.h76 InspectorFrontend::ApplicationCache* m_frontend; variable
DInspectorDOMStorageAgent.h82 InspectorFrontend* m_frontend; variable
DInspectorDatabaseAgent.h79 InspectorFrontend::Database* m_frontend; variable
DPageRuntimeAgent.h72 InspectorFrontend::Runtime* m_frontend; variable
DInspectorLayerTreeAgent.h93 InspectorFrontend::LayerTree* m_frontend; variable
DInspectorCanvasAgent.h101 InspectorFrontend::Canvas* m_frontend; variable
DWorkerInspectorController.h77 OwnPtr<InspectorFrontend> m_frontend; variable
DInspectorProfilerAgent.h84 InspectorFrontend::Profiler* m_frontend; variable
DInspectorAgent.h87 InspectorFrontend* m_frontend; variable
DInspectorConsoleAgent.h112 InspectorFrontend::Console* m_frontend; variable
DInspectorResourceAgent.h160 InspectorFrontend::Network* m_frontend; variable
DInspectorDebuggerAgent.h213 InspectorFrontend::Debugger* m_frontend; variable
DInspectorHeapProfilerAgent.cpp232 InspectorFrontend::HeapProfiler* m_frontend; in getHeapSnapshot() member in WebCore::InspectorHeapProfilerAgent::getHeapSnapshot::OutputStream
274 InspectorFrontend::HeapProfiler* m_frontend; in takeHeapSnapshot() member in WebCore::InspectorHeapProfilerAgent::takeHeapSnapshot::HeapSnapshotProgress
DInspectorPageAgent.h195 InspectorFrontend::Page* m_frontend; variable
DInspectorCSSAgent.h207 InspectorFrontend::CSS* m_frontend; variable
DInspectorDOMAgent.h253 InspectorFrontend::DOM* m_frontend; variable
DInspectorWorkerAgent.cpp99 InspectorFrontend* m_frontend; member in WebCore::InspectorWorkerAgent::WorkerFrontendChannel
DInspectorTimelineAgent.h309 InspectorFrontend::Timeline* m_frontend; variable
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DSQLStatementBackend.h69 OwnPtr<AbstractSQLStatement> m_frontend; variable
DSQLTransactionBackend.h110 …RefPtr<AbstractSQLTransaction> m_frontend; // Has a reference cycle, and will break in doCleanup(). variable
DDatabaseBackendBase.h132 DatabaseBase* m_frontend; variable