HomeSort by relevance Sort by last modified time
    Searched refs:m_frontend (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorMemoryAgent.cpp 52 , m_frontend(0)
58 ASSERT(!m_frontend);
59 m_frontend = frontend->memory();
64 m_frontend = 0;
InspectorHeapProfilerAgent.cpp 72 , m_frontend(0)
83 m_frontend = frontend->heapprofiler();
88 m_frontend = 0;
101 m_frontend->resetProfiles();
162 if (!m_frontend)
166 m_frontend->lastSeenObjectId(lastSeenObjectId, WTF::currentTimeMS());
171 if (!m_frontend)
176 m_frontend->heapStatsUpdate(statsDiff.release());
227 : m_frontend(frontend) { }
234 if (m_frontend) {
249 InspectorFrontend::HeapProfiler* m_frontend; member in class:blink::FINAL
272 InspectorFrontend::HeapProfiler* m_frontend; member in class:blink::OutputStream
    [all...]
InspectorInspectorAgent.cpp 58 , m_frontend(0)
103 m_frontend = inspectorFrontend->inspector();
109 m_frontend = 0;
122 for (Vector<pair<long, String> >::iterator it = m_pendingEvaluateTestCommands.begin(); m_frontend && it != m_pendingEvaluateTestCommands.end(); ++it)
123 m_frontend->evaluateForTestInFrontend(static_cast<int>((*it).first), (*it).second);
148 m_frontend->evaluateForTestInFrontend(static_cast<int>(callId), script);
149 m_frontend->flush();
162 if (m_state->getBoolean(InspectorAgentState::inspectorAgentEnabled) && m_frontend) {
163 m_frontend->inspect(objectToInspect, hints);
InspectorWorkerAgent.cpp 57 : m_frontend(frontend)
98 m_frontend->dispatchMessageFromWorker(m_id, messageObject);
101 InspectorFrontend::Worker* m_frontend; member in class:blink::FINAL
117 , m_frontend(0)
135 m_frontend = frontend->worker();
148 m_frontend = 0;
154 if (!m_frontend)
162 if (!m_frontend)
221 if (m_frontend && m_state->getBoolean(WorkerAgentState::workerInspectionEnabled))
232 m_frontend->workerTerminated(it->key)
    [all...]
InspectorMemoryAgent.h 61 InspectorFrontend::Memory* m_frontend; member in class:blink::FINAL
WorkerInspectorController.cpp 121 ASSERT(!m_frontend);
124 m_frontend = adoptPtr(new InspectorFrontend(m_frontendChannel.get()));
127 m_agents.setFrontend(m_frontend.get());
133 if (!m_frontend)
141 m_frontend.clear();
148 ASSERT(!m_frontend);
InspectorTracingAgent.h 49 InspectorFrontend::Tracing* m_frontend; member in class:blink::FINAL
InspectorCanvasAgent.cpp 66 , m_frontend(0)
85 m_frontend = frontend->canvas();
90 m_frontend = 0;
118 if (m_frontend)
119 m_frontend->traceLogsRemoved(0, 0);
217 ASSERT(m_frontend);
227 m_frontend->contextCreated(frameId);
299 if (m_frontend) {
303 m_frontend->contextCreated(frameId);
324 m_frontend->traceLogsRemoved(0, 0)
    [all...]
InspectorDOMStorageAgent.cpp 73 , m_frontend(0)
89 m_frontend = frontend->domstorage();
94 m_frontend = 0;
190 if (!m_frontend || !isEnabled())
196 m_frontend->domStorageItemsCleared(id);
198 m_frontend->domStorageItemRemoved(id, key);
200 m_frontend->domStorageItemAdded(id, key, newValue);
202 m_frontend->domStorageItemUpdated(id, key, oldValue, newValue);
InspectorInspectorAgent.h 75 bool hasFrontend() const { return m_frontend; }
88 InspectorFrontend::Inspector* m_frontend; member in class:blink::FINAL
InspectorTracingAgent.cpp 32 , m_frontend(0)
82 m_frontend = frontend->tracing();
InspectorProfilerAgent.cpp 95 , m_frontend(0)
110 ASSERT(m_frontend && enabled());
114 m_frontend->consoleProfileStarted(id, currentDebugLocation(), title.isNull() ? 0 : &title);
119 ASSERT(m_frontend && enabled());
145 m_frontend->consoleProfileFinished(id, location, createCPUProfile(*profile), resolvedTitle.isNull() ? 0 : &resolvedTitle);
187 m_frontend = frontend->profiler();
192 m_frontend = 0;
PageRuntimeAgent.cpp 102 ASSERT(m_frontend);
106 m_frontend->executionContextsCleared();
116 ASSERT(m_frontend);
175 m_frontend->executionContextDestroyed(it->value);
WorkerInspectorController.h 81 OwnPtr<InspectorFrontend> m_frontend; member in class:blink::WorkerInspectorController
InspectorConsoleAgent.cpp 72 , m_frontend(0)
138 m_frontend->messagesCleared();
146 m_frontend = frontend->console();
151 m_frontend = 0;
158 if (m_frontend && m_enabled)
165 if (m_frontend && m_enabled)
166 m_frontend->messagesCleared();
194 if (m_frontend && m_state->getBoolean(ConsoleAgentState::monitoringXHR)) {
327 m_frontend->messageAdded(jsonObj);
328 m_frontend->flush()
    [all...]
InspectorApplicationCacheAgent.cpp 47 , m_frontend(0)
53 m_frontend = frontend->applicationcache();
59 m_frontend = 0;
90 m_frontend->applicationCacheStatusUpdated(m_pageAgent->frameId(frame), manifestURL, static_cast<int>(status));
95 m_frontend->networkStateUpdated(online);
InspectorRuntimeAgent.cpp 53 , m_frontend(0)
176 m_frontend = frontend->runtime();
181 m_frontend = 0;
190 m_frontend->executionContextsCleared();
221 m_frontend->executionContextCreated(ExecutionContextDescription::create()
InspectorResourceAgent.cpp 188 m_frontend = frontend->network();
193 m_frontend = 0;
355 m_frontend->requestWillBeSent(requestId, frameId, m_pageAgent->loaderId(loader), urlWithoutFragment(loader->url()).string(), requestInfo.release(), currentTime(), initiatorObject, buildObjectForResourceResponse(redirectResponse, loader));
360 m_frontend->requestServedFromCache(IdentifiersFactory::requestId(identifier));
407 m_frontend->responseReceived(requestId, m_pageAgent->frameId(frame), m_pageAgent->loaderId(loader), currentTime(), InspectorPageAgent::resourceTypeJson(type), resourceResponse);
429 m_frontend->dataReceived(requestId, currentTime(), dataLength, encodedDataLength);
443 m_frontend->loadingFinished(requestId, finishTime, encodedDataLength);
457 m_frontend->loadingFailed(requestId, currentTime(), InspectorPageAgent::resourceTypeJson(m_resourcesData->resourceType(requestId)), error.localizedDescription(), canceled ? &canceled : 0);
595 m_frontend->webSocketCreated(IdentifiersFactory::requestId(identifier), urlWithoutFragment(requestURL).string());
603 m_frontend->webSocketWillSendHandshakeRequest(IdentifiersFactory::requestId(identifier), currentTime(), reque (…)
    [all...]
InspectorApplicationCacheAgent.h 78 InspectorFrontend::ApplicationCache* m_frontend; member in class:blink::FINAL
InspectorDOMStorageAgent.h 81 InspectorFrontend::DOMStorage* m_frontend; member in class:blink::FINAL
InspectorHeapProfilerAgent.h 88 InspectorFrontend::HeapProfiler* m_frontend; member in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLStatementBackend.cpp 47 // --> SQLStatementBackend // OwnPtr<SQLStatement> m_frontend points to ...
53 // --> SQLStatementBackend // OwnPtr<SQLStatement> m_frontend points to ...
82 : m_frontend(frontend)
85 , m_hasCallback(m_frontend->hasCallback())
86 , m_hasErrorCallback(m_frontend->hasErrorCallback())
90 m_frontend->setBackend(this);
95 visitor->trace(m_frontend);
101 return m_frontend.get();
SQLTransactionBackend.cpp 235 // --> SQLTransactionBackend // RefPtr<SQLTransaction> m_frontend points to ...
242 // doCleanup() to nullify m_frontend. This is done at the end of the transaction's
251 // --> SQLTransactionBackend // RefPtr<SQLTransaction> m_frontend points to ...
259 // --> SQLTransactionBackend // RefPtr<SQLTransaction> m_frontend;
265 // At the end of the cleanup state, the SQLTransactionBackend::m_frontend is nullified.
277 // states nullify SQLTransactionBackend::m_frontend, the SQLTransaction will deleted then.
287 // doCleanup(). doCleanup() is where we nullify SQLTransactionBackend::m_frontend
354 : m_frontend(frontend)
357 , m_hasCallback(m_frontend->hasCallback())
358 , m_hasSuccessCallback(m_frontend->hasSuccessCallback()
    [all...]
SQLStatementBackend.h 71 OwnPtrWillBeMember<SQLStatement> m_frontend; member in class:blink::FINAL
InspectorDatabaseAgent.cpp 228 if (m_frontend && m_enabled)
229 resource->bind(m_frontend);
239 , m_frontend(0)
250 m_frontend = frontend->database();
255 m_frontend = 0;
268 it->value->bind(m_frontend);

Completed in 559 milliseconds

1 2