HomeSort by relevance Sort by last modified time
    Searched defs:frameId (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
PageRuntimeAgent.cpp 122 String frameId = m_pageAgent->frameId(frame);
124 notifyContextCreated(frameId, scriptState, 0, true);
132 String frameId = m_pageAgent->frameId(frame);
133 notifyContextCreated(frameId, scriptState, origin, false);
167 String frameId = m_pageAgent->frameId(frame);
170 notifyContextCreated(frameId, scriptState, 0, true);
175 notifyContextCreated(frameId, isolatedContexts[i].first, isolatedContexts[i].second, false)
    [all...]
InspectorCanvasAgent.cpp 54 using WebCore::TypeBuilder::Page::FrameId;
136 void InspectorCanvasAgent::captureFrame(ErrorString* errorString, const FrameId* frameId, TraceLogId* traceLogId)
138 Frame* frame = frameId ? m_pageAgent->assertFrame(errorString, *frameId) : m_pageAgent->mainFrame();
146 void InspectorCanvasAgent::startCapturing(ErrorString* errorString, const FrameId* frameId, TraceLogId* traceLogId)
148 Frame* frame = frameId ? m_pageAgent->assertFrame(errorString, *frameId) : m_pageAgent->mainFrame();
219 String frameId = m_pageAgent->frameId(frame)
    [all...]
NetworkResourcesData.h 85 String frameId() const { return m_frameId; }
86 void setFrameId(const String& frameId) { m_frameId = frameId; }
152 void responseReceived(const String& requestId, const String& frameId, const ResourceResponse&);
InspectorResourceAgent.cpp 315 String frameId = m_pageAgent->frameId(loader->frame());
319 FrameNavigationInitiatorMap::iterator it = m_frameNavigationInitiatorMap.find(frameId);
324 m_frontend->requestWillBeSent(requestId, frameId, m_pageAgent->loaderId(loader), urlWithoutFragment(loader->url()).string(), buildObjectForResourceRequest(request), currentTime(), initiatorObject, buildObjectForResourceResponse(redirectResponse, loader));
363 m_resourcesData->responseReceived(requestId, m_pageAgent->frameId(loader->frame()), response);
365 m_frontend->responseReceived(requestId, m_pageAgent->frameId(loader->frame()), m_pageAgent->loaderId(loader), currentTime(), InspectorPageAgent::resourceTypeJson(type), resourceResponse);
695 void InspectorResourceAgent::loadResourceForFrontend(ErrorString* errorString, const String& frameId, const String& url, const RefPtr<JSONObject>* requestHeaders, PassRefPtr<LoadResourceForFrontendCallback> prpCallback)
698 Frame* frame = m_pageAgent->assertFrame(errorString, frameId);
754 m_frameNavigationInitiatorMap.set(m_pageAgent->frameId(frame), initiator);
759 m_frameNavigationInitiatorMap.remove(m_pageAgent->frameId(frame))
    [all...]
InspectorPageAgent.cpp 575 void InspectorPageAgent::getResourceContent(ErrorString* errorString, const String& frameId, const String& url, String* content, bool* base64Encoded)
577 Frame* frame = assertFrame(errorString, frameId);
596 void InspectorPageAgent::searchInResource(ErrorString*, const String& frameId, const String& url, const String& query, const bool* const optionalCaseSensitive, const bool* const optionalIsRegex, RefPtr<TypeBuilder::Array<TypeBuilder::Page::SearchMatch> >& results)
603 Frame* frame = frameForId(frameId);
623 void InspectorPageAgent::setDocumentContent(ErrorString* errorString, const String& frameId, const String& html)
625 Frame* frame = assertFrame(errorString, frameId);
    [all...]
InspectorTimelineAgent.cpp 423 void InspectorTimelineAgent::didBeginFrame(int frameId)
427 m_pendingFrameRecord->setObject("data", TimelineRecordFactory::createFrameData(frameId));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CanvasProfileView.js 698 var frameId = this._selectedFrameId();
699 CanvasAgent.captureFrame(frameId, this._didStartCapturingFrame.bind(this, frameId));
704 var frameId = this._selectedFrameId();
705 CanvasAgent.startCapturing(frameId, this._didStartCapturingFrame.bind(this, frameId));
723 * @param {string|undefined} frameId
727 _didStartCapturingFrame: function(frameId, error, traceLogId)
731 var profileHeader = new WebInspector.CanvasProfileHeader(this, WebInspector.UIString("Trace Log %d", this._nextProfileUid), this._nextProfileUid, traceLogId, frameId);
804 for (var frameId in this._framesWithCanvases)
    [all...]
  /dalvik/vm/jdwp/
JdwpHandler.cpp 311 expandBufAdd4BE(pReply, sizeof(FrameId));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageReader.h 214 int frameId() const { return m_frameId; }
  /external/chromium_org/v8/src/
mirror-debugger.js     [all...]
  /external/v8/src/
mirror-debugger.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 684 milliseconds