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 59 FrameLoadRequest(Document* originDocument, const ResourceRequest& resourceRequest, const AtomicString& frameName)
62 , m_frameName(frameName)
84 const AtomicString& frameName() const { return m_frameName; }
85 void setFrameName(const AtomicString& frameName) { m_frameName = frameName; }
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8WindowCustom.cpp 369 AtomicString frameName;
371 frameName = "_blank";
374 frameName = frameNameResource;
378 RefPtrWillBeRawPtr<LocalDOMWindow> openedWindow = impl->open(urlString, frameName, windowFeaturesString, callingDOMWindow(info.GetIsolate()), enteredDOMWindow(info.GetIsolate()));

Completed in 142 milliseconds