HomeSort by relevance Sort by last modified time
    Searched refs:m_frontend (Results 26 - 44 of 44) sorted by null

12

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorLayerTreeAgent.h 80 InspectorFrontend::LayerTree* m_frontend; member in class:WebCore::InspectorLayerTreeAgent
InspectorDatabaseAgent.cpp 206 if (m_frontend && m_enabled)
207 resource->bind(m_frontend);
232 m_frontend = frontend->database();
237 m_frontend = 0;
250 it->value->bind(m_frontend);
InspectorDOMAgent.cpp 235 , m_frontend(0)
252 ASSERT(!m_frontend);
256 m_frontend = frontend->dom();
263 ASSERT(m_frontend);
272 m_frontend = 0;
323 m_frontend->documentUpdated();
480 m_frontend->setChildNodes(nodeId, children.release());
608 m_frontend->setChildNodes(0, children);
    [all...]
InspectorCanvasAgent.h 101 InspectorFrontend::Canvas* m_frontend; member in class:WebCore::InspectorCanvasAgent
InspectorConsoleAgent.h 105 InspectorFrontend::Console* m_frontend; member in class:WebCore::InspectorConsoleAgent
InspectorPageAgent.cpp 320 , m_frontend(0)
333 m_frontend = frontend->page();
341 m_frontend = 0;
783 if (!m_frontend)
805 m_frontend->domContentEventFired(currentTime());
814 m_frontend->loadEventFired(currentTime());
819 m_frontend->frameNavigated(buildObjectForFrame(document->frame()));
    [all...]
InspectorProfilerAgent.h 95 InspectorFrontend::Profiler* m_frontend; member in class:WebCore::InspectorProfilerAgent
InspectorDebuggerAgent.cpp 97 , m_frontend(0)
154 ASSERT(m_frontend);
179 m_frontend->globalObjectCleared();
190 m_frontend = frontend->debugger();
195 m_frontend = 0;
    [all...]
InspectorCSSAgent.cpp 721 , m_frontend(0)
739 ASSERT(!m_frontend);
740 m_frontend = frontend->css();
745 ASSERT(m_frontend);
746 m_frontend = 0;
788 if (!m_frontend)
793 m_frontend->styleSheetAdded(styleSheets.at(i)->buildObjectForStyleSheetInfo());
812 if (m_frontend)
813 m_frontend->mediaQueryResultChanged();
823 m_frontend->namedFlowCreated(buildObjectForNamedFlow(&errorString, namedFlow, documentNodeId))
    [all...]
InspectorResourceAgent.h 156 InspectorFrontend::Network* m_frontend; member in class:WebCore::InspectorResourceAgent
InspectorTimelineAgent.cpp 186 m_frontend = frontend->timeline();
194 m_frontend = 0;
210 if (!m_frontend)
222 m_frontend->timelineStarted(m_timeConverter.timestampsBaseMs(), m_timeConverter.startTimeMs());
724 , m_frontend(0)
749 m_frontend->eventRecorded(recordChecked.release());
InspectorCSSAgent.h 194 InspectorFrontend::CSS* m_frontend; member in class:WebCore::InspectorCSSAgent
InspectorDebuggerAgent.h 195 InspectorFrontend::Debugger* m_frontend; member in class:WebCore::InspectorDebuggerAgent
InspectorPageAgent.h 189 InspectorFrontend::Page* m_frontend; member in class:WebCore::InspectorPageAgent
InspectorTimelineAgent.h 267 InspectorFrontend::Timeline* m_frontend; member in class:WebCore::InspectorTimelineAgent
InspectorDOMAgent.h 247 InspectorFrontend::DOM* m_frontend; member in class:WebCore::InspectorDOMAgent
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionBackend.h 110 RefPtr<AbstractSQLTransaction> m_frontend; // Has a reference cycle, and will break in doCleanup(). member in class:WebCore::SQLTransactionBackend
Database.cpp 123 return static_cast<Database*>(backend->m_frontend);
DatabaseBackendBase.cpp 591 m_frontend->logErrorMessage(formatErrorMessage("error vacuuming database", result, m_sqliteDatabase.lastErrorMsg()));

Completed in 188 milliseconds

12