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 45 const AtomicString& mimeType, const AtomicString& textEncoding, const String& frameName,
55 const String& frameName() const { return m_frameName; }
60 ArchiveResource(PassRefPtr<SharedBuffer>, const KURL&, const AtomicString& mimeType, const AtomicString& textEncoding, const String& frameName, const ResourceResponse&);
ArchiveResourceCollection.cpp 61 const String& frameName = archive->mainResource()->frameName();
62 if (!frameName.isNull()) {
63 m_subframes.set(frameName, archive.get());
92 PassRefPtrWillBeRawPtr<MHTMLArchive> ArchiveResourceCollection::popSubframeArchive(const String& frameName, const KURL& url)
94 RefPtrWillBeRawPtr<MHTMLArchive> archive = m_subframes.take(frameName);
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoadRequest.h 61 FrameLoadRequest(Document* originDocument, const ResourceRequest& resourceRequest, const AtomicString& frameName)
64 , m_frameName(frameName)
72 FrameLoadRequest(Document* originDocument, const ResourceRequest& resourceRequest, const AtomicString& frameName, ContentSecurityPolicyCheck shouldCheckMainWorldContentSecurityPolicy)
75 , m_frameName(frameName)
99 const AtomicString& frameName() const { return m_frameName; }
100 void setFrameName(const AtomicString& frameName) { m_frameName = frameName; }
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8WindowCustom.cpp 381 AtomicString frameName;
383 frameName = "_blank";
386 frameName = frameNameResource;
390 RefPtrWillBeRawPtr<LocalDOMWindow> openedWindow = impl->open(urlString, frameName, windowFeaturesString, callingDOMWindow(info.GetIsolate()), enteredDOMWindow(info.GetIsolate()));

Completed in 357 milliseconds