/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorHeapProfilerAgent.cpp | 68 , m_frontend(0) in InspectorHeapProfilerAgent() 88 if (!m_frontend) in resetFrontendProfiles() 93 m_frontend->resetProfiles(); in resetFrontendProfiles() 98 m_frontend = frontend->heapprofiler(); in setFrontend() 103 m_frontend = 0; in clearFrontend() 175 if (!m_frontend) in requestHeapStatsUpdate() 179 m_frontend->lastSeenObjectId(lastSeenObjectId, WTF::currentTimeMS()); in requestHeapStatsUpdate() 184 if (!m_frontend) in pushHeapStatsUpdate() 189 m_frontend->heapStatsUpdate(statsDiff.release()); in pushHeapStatsUpdate() 228 : m_frontend(frontend), m_uid(uid) { } in getHeapSnapshot() [all …]
|
D | InspectorAgent.cpp | 58 , m_frontend(0) in InspectorAgent() 93 m_frontend = inspectorFrontend; in setFrontend() 99 m_frontend = 0; in clearFrontend() 120 …<long, String> >::iterator it = m_pendingEvaluateTestCommands.begin(); m_frontend && it != m_pendi… in enable() 121 … m_frontend->inspector()->evaluateForTestInFrontend(static_cast<int>((*it).first), (*it).second); in enable() 146 m_frontend->inspector()->evaluateForTestInFrontend(static_cast<int>(callId), script); in evaluateForTestInFrontend() 158 if (m_state->getBoolean(InspectorAgentState::inspectorAgentEnabled) && m_frontend) { in inspect() 159 m_frontend->inspector()->inspect(objectToInspect, hints); in inspect()
|
D | InspectorConsoleAgent.cpp | 69 , m_frontend(0) in InspectorConsoleAgent() 99 expiredMessage.addToFrontend(m_frontend, m_injectedScriptManager, false); in enable() 104 m_consoleMessages[i]->addToFrontend(m_frontend, m_injectedScriptManager, false); in enable() 123 if (m_frontend && m_enabled) in clearMessages() 124 m_frontend->messagesCleared(); in clearMessages() 138 m_frontend->messagesCleared(); in restore() 146 m_frontend = frontend->console(); in setFrontend() 151 m_frontend = 0; in clearFrontend() 183 bool canGenerateCallStack = !isWorkerAgent() && m_frontend; in addMessageToConsole() 267 if (m_frontend && m_state->getBoolean(ConsoleAgentState::monitoringXHR)) { in didFinishXHRLoading() [all …]
|
D | InspectorMemoryAgent.cpp | 52 , m_frontend(0) in InspectorMemoryAgent() 58 ASSERT(!m_frontend); in setFrontend() 59 m_frontend = frontend->memory(); in setFrontend() 64 m_frontend = 0; in clearFrontend()
|
D | WorkerInspectorController.cpp | 119 ASSERT(!m_frontend); in connectFrontend() 122 m_frontend = adoptPtr(new InspectorFrontend(m_frontendChannel.get())); in connectFrontend() 125 m_agents.setFrontend(m_frontend.get()); in connectFrontend() 130 if (!m_frontend) in disconnectFrontend() 138 m_frontend.clear(); in disconnectFrontend() 144 ASSERT(!m_frontend); in restoreInspectorStateFromCookie()
|
D | InspectorDOMStorageAgent.cpp | 74 , m_frontend(0) in InspectorDOMStorageAgent() 84 m_frontend = frontend; in setFrontend() 89 m_frontend = 0; in clearFrontend() 191 if (!m_frontend || !isEnabled()) in didDispatchDOMStorageEvent() 197 m_frontend->domstorage()->domStorageItemsCleared(id); in didDispatchDOMStorageEvent() 199 m_frontend->domstorage()->domStorageItemRemoved(id, key); in didDispatchDOMStorageEvent() 201 m_frontend->domstorage()->domStorageItemAdded(id, key, newValue); in didDispatchDOMStorageEvent() 203 m_frontend->domstorage()->domStorageItemUpdated(id, key, oldValue, newValue); in didDispatchDOMStorageEvent()
|
D | InspectorCanvasAgent.cpp | 67 , m_frontend(0) in InspectorCanvasAgent() 79 m_frontend = frontend->canvas(); in setFrontend() 84 m_frontend = 0; in clearFrontend() 112 if (m_frontend) in disable() 113 m_frontend->traceLogsRemoved(0, 0); in disable() 211 ASSERT(m_frontend); in notifyRenderingContextWasWrapped() 221 m_frontend->contextCreated(frameId); in notifyRenderingContextWasWrapped() 292 if (m_frontend) { in findFramesWithUninstrumentedCanvases() 296 m_frontend->contextCreated(frameId); in findFramesWithUninstrumentedCanvases() 317 m_frontend->traceLogsRemoved(0, 0); in didCommitLoad() [all …]
|
D | PageRuntimeAgent.cpp | 58 , m_frontend(0) in PageRuntimeAgent() 71 m_frontend = frontend->runtime(); in setFrontend() 76 m_frontend = 0; in clearFrontend() 121 ASSERT(m_frontend); in didClearWindowObjectInWorld() 131 ASSERT(m_frontend); in didCreateIsolatedContext() 185 m_frontend->executionContextCreated(ExecutionContextDescription::create() in notifyContextCreated()
|
D | InspectorProfilerAgent.cpp | 92 , m_frontend(0) in InspectorProfilerAgent() 107 ASSERT(m_frontend && enabled()); in consoleProfile() 111 m_frontend->consoleProfile(id, currentDebugLocation(), title.isNull() ? 0 : &title); in consoleProfile() 116 ASSERT(m_frontend && enabled()); in consoleProfileEnd() 144 …m_frontend->addProfileHeader(id, location, createCPUProfile(*profile), resolvedTitle.isNull() ? 0 … in consoleProfileEnd() 182 m_frontend = frontend->profiler(); in setFrontend() 187 m_frontend = 0; in clearFrontend() 198 m_frontend->resetProfiles(); in restore()
|
D | InspectorResourceAgent.cpp | 184 m_frontend = frontend->network(); in setFrontend() 189 m_frontend = 0; in clearFrontend() 324 …m_frontend->requestWillBeSent(requestId, frameId, m_pageAgent->loaderId(loader), urlWithoutFragmen… in willSendRequest() 329 m_frontend->requestServedFromCache(IdentifiersFactory::requestId(identifier)); in markResourceAsCached() 365 …m_frontend->responseReceived(requestId, m_pageAgent->frameId(loader->frame()), m_pageAgent->loader… in didReceiveResourceResponse() 387 m_frontend->dataReceived(requestId, currentTime(), dataLength, encodedDataLength); in didReceiveData() 401 m_frontend->loadingFinished(requestId, finishTime); in didFinishLoading() 415 …m_frontend->loadingFailed(requestId, currentTime(), error.localizedDescription(), canceled ? &canc… in didFailLoading() 531 …m_frontend->webSocketCreated(IdentifiersFactory::requestId(identifier), urlWithoutFragment(request… in didCreateWebSocket() 538 …m_frontend->webSocketWillSendHandshakeRequest(IdentifiersFactory::requestId(identifier), currentTi… in willSendWebSocketHandshakeRequest() [all …]
|
D | InspectorApplicationCacheAgent.cpp | 47 , m_frontend(0) in InspectorApplicationCacheAgent() 53 m_frontend = frontend->applicationcache(); in setFrontend() 59 m_frontend = 0; in clearFrontend() 90 …m_frontend->applicationCacheStatusUpdated(m_pageAgent->frameId(frame), manifestURL, static_cast<in… in updateApplicationCacheStatus() 95 m_frontend->networkStateUpdated(online); in networkStateChanged()
|
D | InspectorDatabaseAgent.cpp | 205 if (m_frontend && m_enabled) in didOpenDatabase() 206 resource->bind(m_frontend); in didOpenDatabase() 222 , m_frontend(0) in InspectorDatabaseAgent() 235 m_frontend = frontend->database(); in setFrontend() 240 m_frontend = 0; in clearFrontend() 253 it->value->bind(m_frontend); in enable()
|
D | InspectorPageAgent.cpp | 324 , m_frontend(0) in InspectorPageAgent() 337 m_frontend = frontend->page(); in setFrontend() 345 m_frontend = 0; in clearFrontend() 786 if (!m_frontend) in didClearWindowObjectInWorld() 806 m_frontend->domContentEventFired(currentTime()); in domContentLoadedEventFired() 813 m_frontend->loadEventFired(currentTime()); in loadEventFired() 827 m_frontend->frameNavigated(buildObjectForFrame(loader->frame())); in didCommitLoad() 832 m_frontend->frameAttached(frameId(frame), frameId(frame->tree().parent())); in frameAttachedToParent() 839 m_frontend->frameDetached(iterator->value); in frameDetachedFromParent() 946 m_frontend->frameStartedLoading(frameId(frame)); in frameStartedLoading() [all …]
|
D | InspectorAgent.h | 74 bool hasFrontend() const { return m_frontend; } in hasFrontend() 87 InspectorFrontend* m_frontend; variable
|
D | InspectorDOMAgent.cpp | 231 , m_frontend(0) in InspectorDOMAgent() 248 ASSERT(!m_frontend); in setFrontend() 252 m_frontend = frontend->dom(); in setFrontend() 259 ASSERT(m_frontend); in clearFrontend() 268 m_frontend = 0; in clearFrontend() 319 m_frontend->documentUpdated(); in setDocument() 494 m_frontend->setChildNodes(nodeId, children.release()); in pushChildNodesToFrontend() 622 m_frontend->setChildNodes(0, children); in pushNodePathToFrontend() 1105 if (!m_frontend || !inspectedNode) in inspect() 1114 m_frontend->inspectNodeRequested(nodeId); in inspect() [all …]
|
D | InspectorWorkerAgent.cpp | 56 : m_frontend(frontend) in WorkerFrontendChannel() 96 m_frontend->worker()->dispatchMessageFromWorker(m_id, messageObject); in dispatchMessageFromWorker() 99 InspectorFrontend* m_frontend; member in WebCore::InspectorWorkerAgent::WorkerFrontendChannel
|
D | InspectorLayerTreeAgent.cpp | 123 , m_frontend(0) in InspectorLayerTreeAgent() 135 m_frontend = frontend->layertree(); in setFrontend() 140 m_frontend = 0; in clearFrontend() 165 m_frontend->layerTreeDidChange(buildLayerTree()); in layerTreeDidChange() 179 m_frontend->layerPainted(idForLayer(graphicsLayer), domRect.release()); in didPaint()
|
D | InspectorDebuggerAgent.cpp | 104 , m_frontend(0) in InspectorDebuggerAgent() 165 ASSERT(m_frontend); in enable() 190 m_frontend->globalObjectCleared(); in restore() 207 m_frontend = frontend->debugger(); in setFrontend() 212 m_frontend = 0; in clearFrontend() 1025 …m_frontend->scriptParsed(scriptId, scriptURL, script.startLine, script.startColumn, script.endLine… in didParseSource() 1051 m_frontend->breakpointResolved(it->key, location); in didParseSource() 1057 m_frontend->scriptFailedToParse(url, data, firstLine, errorLine, errorMessage); in failedToParseSource() 1091 …m_frontend->paused(currentCallFrames(), m_breakReason, m_breakAuxData, hitBreakpointIds, currentAs… in didPause() 1107 m_frontend->resumed(); in didContinue() [all …]
|
D | InspectorCSSAgent.cpp | 609 , m_frontend(0) in InspectorCSSAgent() 630 ASSERT(!m_frontend); in setFrontend() 631 m_frontend = frontend->css(); in setFrontend() 636 ASSERT(m_frontend); in clearFrontend() 637 m_frontend = 0; in clearFrontend() 717 m_frontend->styleSheetAdded(styleSheets.at(i)->buildObjectForStyleSheetInfo()); in wasEnabled() 745 if (m_frontend) in mediaQueryResultChanged() 746 m_frontend->mediaQueryResultChanged(); in mediaQueryResultChanged() 756 m_frontend->namedFlowCreated(buildObjectForNamedFlow(&errorString, namedFlow, documentNodeId)); in didCreateNamedFlow() 768 m_frontend->namedFlowRemoved(documentNodeId, namedFlow->name().string()); in willRemoveNamedFlow() [all …]
|
D | InspectorMemoryAgent.h | 61 InspectorFrontend::Memory* m_frontend; variable
|
D | WorkerInspectorController.h | 77 OwnPtr<InspectorFrontend> m_frontend; variable
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
D | SQLTransactionBackend.cpp | 351 : m_frontend(frontend) in SQLTransactionBackend() 354 , m_hasCallback(m_frontend->hasCallback()) in SQLTransactionBackend() 355 , m_hasSuccessCallback(m_frontend->hasSuccessCallback()) in SQLTransactionBackend() 356 , m_hasErrorCallback(m_frontend->hasErrorCallback()) in SQLTransactionBackend() 364 m_frontend->setBackend(this); in SQLTransactionBackend() 375 if (!m_frontend) in doCleanup() 377 m_frontend = 0; // Break the reference cycle. See comment about the life-cycle above. in doCleanup() 503 m_frontend->requestTransitToState(SQLTransactionState::End); in computeNextStateAndCleanupIfNeeded() 817 m_frontend->requestTransitToState(m_nextState); in sendToFrontendState()
|
D | SQLStatementBackend.cpp | 82 : m_frontend(frontend) in SQLStatementBackend() 85 , m_hasCallback(m_frontend->hasCallback()) in SQLStatementBackend() 86 , m_hasErrorCallback(m_frontend->hasErrorCallback()) in SQLStatementBackend() 89 m_frontend->setBackend(this); in SQLStatementBackend() 94 return m_frontend.get(); in frontend()
|
D | DatabaseBackendBase.h | 89 void setFrontend(DatabaseBase* frontend) { m_frontend = frontend; } in setFrontend() 132 DatabaseBase* m_frontend; variable
|
D | SQLStatementBackend.h | 69 OwnPtr<AbstractSQLStatement> m_frontend; variable
|