/external/webkit/Source/WebCore/inspector/ |
InspectorDOMStorageResource.cpp | 56 , m_frontend(0) 69 ASSERT(!m_frontend); 70 m_frontend = frontend->domstorage(); 76 m_frontend->addDOMStorage(jsonObject); 81 if (!m_frontend) 88 m_frontend = 0; 93 ASSERT(m_frontend); 102 ASSERT(m_frontend); 111 m_frontend->updateDOMStorage(m_id);
|
InspectorAgent.cpp | 111 , m_frontend(0) 168 if (m_frontend) { 169 m_frontend->inspector()->disconnectFromBackend(); 192 m_frontend->inspector()->frontendReused(); 223 m_frontend = inspectorFrontend; 226 m_applicationCacheAgent->setFrontend(m_frontend); 228 m_pageAgent->setFrontend(m_frontend); 229 m_domAgent->setFrontend(m_frontend); 230 m_consoleAgent->setFrontend(m_frontend); 231 m_timelineAgent->setFrontend(m_frontend); [all...] |
InspectorProfilerAgent.cpp | 76 , m_frontend(0) 95 if (m_frontend) 96 m_frontend->addProfileHeader(createProfileHeader(*profile)); 102 if (!m_frontend) 112 if (!m_frontend) 161 if (m_frontend) 162 m_frontend->profilerWasDisabled(); 172 if (m_frontend) 173 m_frontend->profilerWasEnabled(); 199 : m_frontend(frontend), m_uid(uid) { 203 InspectorFrontend::Profiler* m_frontend; member in class:WebCore::__anon13150::OutputStream 354 InspectorFrontend::Profiler* m_frontend; member in class:WebCore::__anon13151::HeapSnapshotProgress [all...] |
WorkerInspectorController.cpp | 101 ASSERT(!m_frontend); 103 m_frontend = new InspectorFrontend(channel); 133 m_injectedScriptManager->injectedScriptHost()->setFrontend(m_frontend.get()); 135 m_debuggerAgent->setFrontend(m_frontend.get()); 141 if (!m_frontend) 152 m_frontend.clear();
|
InjectedScriptHost.cpp | 85 , m_frontend(0) 104 m_frontend = 0; 121 if (m_frontend) 122 m_frontend->inspector()->inspect(object->asObject(), hints->asObject());
|
InspectorApplicationCacheAgent.cpp | 48 , m_frontend(0) 54 m_frontend = frontend->applicationcache(); 61 m_frontend = 0; 67 m_frontend->updateApplicationCacheStatus(status); 73 m_frontend->updateNetworkState(isNowOnline);
|
InspectorConsoleAgent.cpp | 65 , m_frontend(0) 90 m_consoleMessages[i]->addToFrontend(m_frontend, m_injectedScriptManager); 105 if (m_frontend) 106 m_frontend->messagesCleared(); 119 m_frontend = frontend->console(); 124 m_frontend = 0; 246 if (m_inspectorState->getBoolean(ConsoleAgentState::consoleMessagesEnabled) && m_frontend) 247 m_previousMessage->updateRepeatCountInConsole(m_frontend); 251 if (m_inspectorState->getBoolean(ConsoleAgentState::consoleMessagesEnabled) && m_frontend) 252 m_previousMessage->addToFrontend(m_frontend, m_injectedScriptManager) [all...] |
InspectorResourceAgent.cpp | 93 m_frontend = frontend->network(); 96 InspectorFrontendChannel* client = m_frontend->getInspectorFrontendChannel(); 98 m_frontend->setInspectorFrontendChannel(m_inspectorFrontendProxy.get()); 107 m_frontend = m_mockFrontend.get(); 109 m_frontend = 0; 331 m_frontend->requestWillBeSent(static_cast<int>(identifier), pointerAsId(loader->frame()), pointerAsId(loader), loader->url().string(), buildObjectForResourceRequest(request), currentTime(), callStackValue, buildObjectForResourceResponse(redirectResponse)); 336 m_frontend->resourceMarkedAsCached(static_cast<int>(identifier)); 359 m_frontend->responseReceived(static_cast<int>(identifier), currentTime(), type, resourceResponse); 368 m_frontend->dataReceived(static_cast<int>(identifier), currentTime(), dataLength, encodedDataLength); 376 m_frontend->loadingFinished(static_cast<int>(identifier), finishTime) [all...] |
InspectorDOMStorageAgent.cpp | 55 , m_frontend(0) 68 m_frontend = frontend; 71 it->second->bind(m_frontend); 79 m_frontend = 0; 154 if (m_frontend) 155 resource->bind(m_frontend);
|
InjectedScriptHost.h | 89 void setFrontend(InspectorFrontend* frontend) { m_frontend = frontend; } 90 void clearFrontend() { m_frontend = 0; } 133 InspectorFrontend* m_frontend; member in class:WebCore::InjectedScriptHost
|
InspectorTimelineAgent.cpp | 110 m_frontend = frontend->timeline(); 117 m_frontend = 0; 130 if (!m_frontend) 134 m_frontend->started(); 143 if (m_frontend) 144 m_frontend->stopped(); 295 m_frontend->eventRecorded(record.release()); 326 m_frontend->eventRecorded(record.release()); 362 m_frontend->eventRecorded(record.release()); 398 , m_frontend(0 [all...] |
InspectorPageAgent.cpp | 65 , m_frontend(0) 71 m_frontend = frontend; 75 m_frontend->page()->inspectedURLChanged(m_inspectedPage->mainFrame()->document()->url().string()); 83 m_frontend = 0; 216 m_frontend->page()->inspectedURLChanged(url); 231 m_frontend->page()->domContentEventFired(currentTime()); 236 m_frontend->page()->loadEventFired(currentTime());
|
InspectorDebuggerAgent.cpp | 55 , m_frontend(0) 69 ASSERT(m_frontend); 80 m_frontend->debuggerWasEnabled(); 96 if (m_frontend) 97 m_frontend->debuggerWasDisabled(); 115 m_frontend = frontend->debugger(); 120 m_frontend = 0; 378 m_frontend->scriptParsed(sourceID, url, lineOffset, columnOffset, data.length(), isContentScript); 398 m_frontend->breakpointResolved(it->first, location); 404 m_frontend->scriptFailedToParse(url, data, firstLine, errorLine, errorMessage) [all...] |
InspectorApplicationCacheAgent.h | 72 InspectorFrontend::ApplicationCache* m_frontend; member in class:WebCore::InspectorApplicationCacheAgent
|
InspectorDOMStorageAgent.h | 80 InspectorFrontend* m_frontend; member in class:WebCore::InspectorDOMStorageAgent
|
InspectorDOMStorageResource.h | 79 InspectorFrontend::DOMStorage* m_frontend; member in class:WebCore::InspectorDOMStorageResource
|
WorkerInspectorController.h | 73 OwnPtr<InspectorFrontend> m_frontend; member in class:WebCore::WorkerInspectorController
|
InspectorAgent.h | 116 InspectorFrontend* frontend() const { return m_frontend; } 156 bool hasFrontend() const { return m_frontend; } 187 InspectorFrontend* m_frontend; member in class:WebCore::InspectorAgent
|
InspectorPageAgent.h | 85 InspectorFrontend* m_frontend; member in class:WebCore::InspectorPageAgent
|
InspectorDOMAgent.cpp | 266 , m_frontend(0) 283 ASSERT(!m_frontend); 284 m_frontend = frontend->dom(); 294 ASSERT(m_frontend); 300 m_frontend = 0; 354 m_frontend->documentUpdated(); 462 m_frontend->setChildNodes(nodeId, children.release()); 550 m_frontend->setChildNodes(0, children); 901 if (!m_frontend) [all...] |
InspectorConsoleAgent.h | 93 InspectorFrontend::Console* m_frontend; member in class:WebCore::InspectorConsoleAgent
|
InspectorProfilerAgent.h | 108 InspectorFrontend::Profiler* m_frontend; member in class:WebCore::InspectorProfilerAgent
|
InspectorResourceAgent.h | 134 InspectorFrontend::Network* m_frontend; member in class:WebCore::InspectorResourceAgent
|
/external/webkit/Source/WebKit/chromium/src/ |
InspectorFrontendClientImpl.h | 76 WebDevToolsFrontendImpl* m_frontend; member in class:WebKit::InspectorFrontendClientImpl
|
InspectorFrontendClientImpl.cpp | 52 , m_frontend(frontend) 79 m_frontend->frontendLoaded();
|