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

  /external/chromium_org/third_party/WebKit/Source/platform/mhtml/
ArchiveResource.h 44 const AtomicString& mimeType, const AtomicString& textEncoding, const String& frameName,
52 const String& frameName() const { return m_frameName; }
55 ArchiveResource(PassRefPtr<SharedBuffer>, const KURL&, const AtomicString& mimeType, const AtomicString& textEncoding, const String& frameName, const ResourceResponse&);
ArchiveResourceCollection.cpp 55 const String& frameName = archive->mainResource()->frameName();
56 if (!frameName.isNull()) {
57 m_subframes.set(frameName, archive.get());
86 PassRefPtr<MHTMLArchive> ArchiveResourceCollection::popSubframeArchive(const String& frameName, const KURL& url)
88 RefPtr<MHTMLArchive> archive = m_subframes.take(frameName);
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoadRequest.h 58 FrameLoadRequest(Document* originDocument, const ResourceRequest& resourceRequest, const String& frameName)
61 , m_frameName(frameName)
83 const String& frameName() const { return m_frameName; }
84 void setFrameName(const String& frameName) { m_frameName = frameName; }
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8WindowCustom.cpp 383 AtomicString frameName;
385 frameName = "_blank";
388 frameName = frameNameResource;
392 RefPtr<DOMWindow> openedWindow = impl->open(urlString, frameName, windowFeaturesString, activeDOMWindow(), firstDOMWindow());

Completed in 55 milliseconds