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

12

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DInspectorDatabaseAgent.cpp228 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);
H A DInspectorDatabaseAgent.h78 InspectorFrontend::Database* m_frontend; member in class:blink::FINAL
H A DSQLStatementBackend.cpp47 // --> 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();
H A DSQLStatementBackend.h71 OwnPtrWillBeMember<SQLStatement> m_frontend; member in class:blink::FINAL
H A DSQLTransactionBackend.cpp235 // --> 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
[all...]
H A DSQLTransactionBackend.h111 RefPtrWillBeMember<SQLTransaction> m_frontend; // Has a reference cycle, and will break in doCleanup(). member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorApplicationCacheAgent.cpp47 , 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);
H A DInspectorApplicationCacheAgent.h78 InspectorFrontend::ApplicationCache* m_frontend; member in class:blink::FINAL
H A DInspectorCSSAgent.cpp382 , m_frontend(0)
405 ASSERT(!m_frontend);
406 m_frontend = frontend->css();
411 ASSERT(m_frontend);
414 m_frontend = 0;
496 m_frontend->mediaQueryResultChanged();
582 if (m_frontend && !isInitialFrontendLoad)
583 m_frontend->styleSheetRemoved(id);
593 if (m_frontend)
594 m_frontend
[all...]
H A DInspectorCSSAgent.h199 InspectorFrontend::CSS* m_frontend; member in class:blink::FINAL
H A DInspectorCanvasAgent.cpp66 , 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
[all...]
H A DInspectorCanvasAgent.h102 InspectorFrontend::Canvas* m_frontend; member in class:blink::FINAL
H A DInspectorConsoleAgent.cpp72 , 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
[all...]
H A DInspectorConsoleAgent.h108 InspectorFrontend::Console* m_frontend; member in class:blink::InspectorConsoleAgent
H A DInspectorDOMAgent.cpp242 , m_frontend(0)
262 ASSERT(!m_frontend);
266 m_frontend = frontend->dom();
273 ASSERT(m_frontend);
282 m_frontend = 0;
335 m_frontend->documentUpdated();
592 m_frontend->setChildNodes(nodeId, children.release());
703 m_frontend->setChildNodes(0, children);
1194 if (!m_frontend || !inspectedNode)
1206 m_frontend
[all...]
H A DInspectorDOMAgent.h261 InspectorFrontend::DOM* m_frontend; member in class:blink::FINAL
H A DInspectorDOMStorageAgent.cpp73 , 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);
H A DInspectorDOMStorageAgent.h81 InspectorFrontend::DOMStorage* m_frontend; member in class:blink::FINAL
H A DInspectorDebuggerAgent.cpp122 , m_frontend(0)
198 ASSERT(m_frontend);
223 m_frontend->globalObjectCleared();
242 m_frontend = frontend->debugger();
247 m_frontend = 0;
1358 m_frontend->scriptParsed(scriptId, scriptURL, script.startLine, script.startColumn, script.endLine, script.endColumn, isContentScript, sourceMapURLParam, hasSourceURLParam);
1360 m_frontend->scriptFailedToParse(scriptId, scriptURL, script.startLine, script.startColumn, script.endLine, script.endColumn, isContentScript, sourceMapURLParam, hasSourceURLParam);
1386 m_frontend->breakpointResolved(it->key, location);
1438 m_frontend->paused(currentCallFrames(), m_breakReason, m_breakAuxData, hitBreakpointIds, currentAsyncStackTrace());
1459 m_frontend
[all...]
H A DInspectorDebuggerAgent.h262 InspectorFrontend::Debugger* m_frontend; member in class:blink::InspectorDebuggerAgent
H A DInspectorHeapProfilerAgent.cpp72 , 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...]
H A DInspectorHeapProfilerAgent.h88 InspectorFrontend::HeapProfiler* m_frontend; member in class:blink::FINAL
H A DInspectorInspectorAgent.cpp58 , 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);
H A DInspectorInspectorAgent.h75 bool hasFrontend() const { return m_frontend; }
88 InspectorFrontend::Inspector* m_frontend; member in class:blink::FINAL
H A DInspectorLayerTreeAgent.cpp146 , m_frontend(0)
163 m_frontend = frontend->layertree();
168 m_frontend = 0;
198 m_frontend->layerTreeDidChange(buildLayerTree());
212 m_frontend->layerPainted(idForLayer(graphicsLayer), domRect.release());

Completed in 199 milliseconds

12