HomeSort by relevance Sort by last modified time
    Searched defs:frameId (Results 1 - 11 of 11) 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 56 using WebCore::TypeBuilder::Network::FrameId;
138 void InspectorCanvasAgent::captureFrame(ErrorString* errorString, const FrameId* frameId, TraceLogId* traceLogId)
140 Frame* frame = frameId ? m_pageAgent->assertFrame(errorString, *frameId) : m_pageAgent->mainFrame();
148 void InspectorCanvasAgent::startCapturing(ErrorString* errorString, const FrameId* frameId, TraceLogId* traceLogId)
150 Frame* frame = frameId ? m_pageAgent->assertFrame(errorString, *frameId) : m_pageAgent->mainFrame();
221 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&);
InspectorPageAgent.cpp 566 void InspectorPageAgent::getResourceContent(ErrorString* errorString, const String& frameId, const String& url, String* content, bool* base64Encoded)
568 Frame* frame = assertFrame(errorString, frameId);
587 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)
594 Frame* frame = frameForId(frameId);
614 static PassRefPtr<TypeBuilder::Page::SearchResult> buildObjectForSearchResult(const String& frameId, const String& url, int matchesCount)
618 .setFrameId(frameId)
639 searchResults->addItem(buildObjectForSearchResult(frameId(frame), urlWithoutFragment(cachedResource->url()).string(), matchesCount));
647 void InspectorPageAgent::setDocumentContent(ErrorString* errorString, const String& frameId, const String& html)
649 Frame* frame = assertFrame(errorString, frameId);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CanvasProfileView.js 667 var frameId = this._selectedFrameId();
668 CanvasAgent.captureFrame(frameId, this._didStartCapturingFrame.bind(this, frameId));
673 var frameId = this._selectedFrameId();
674 CanvasAgent.startCapturing(frameId, this._didStartCapturingFrame.bind(this, frameId));
692 * @param {string|undefined} frameId
696 _didStartCapturingFrame: function(frameId, error, traceLogId)
700 var profileHeader = new WebInspector.CanvasProfileHeader(this, WebInspector.UIString("Trace Log %d", this._nextProfileUid), this._nextProfileUid, traceLogId, frameId);
798 for (var frameId in this._framesWithCanvases)
    [all...]
ResourcesPanel.js 269 var frameId = resource.frameId;
274 var frameTreeElement = this._treeElementForFrameId[frameId];
291 var frameId = frame.id;
292 var frameTreeElement = this._treeElementForFrameId[frameId];
296 var applicationCacheFrameTreeElement = this._applicationCacheFrameElements[frameId];
548 showApplicationCache: function(frameId)
550 if (!this._applicationCacheViews[frameId])
551 this._applicationCacheViews[frameId] = new WebInspector.ApplicationCacheItemsView(this._applicationCacheModel, frameId);
    [all...]
  /dalvik/vm/jdwp/
JdwpHandler.cpp 311 expandBufAdd4BE(pReply, sizeof(FrameId));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/gif/
GIFImageReader.h 216 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 7934 milliseconds