HomeSort by relevance Sort by last modified time
    Searched refs:m_frameName (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebCore/page/
FrameLoadRequest.h 50 , m_frameName(frameName)
61 const String& frameName() const { return m_frameName; }
62 void setFrameName(const String& frameName) { m_frameName = frameName; }
67 String m_frameName;
  /external/webkit/Source/WebCore/loader/
PolicyCallback.cpp 66 m_frameName = String();
79 m_frameName = frameName;
92 m_frameName = String();
105 m_newWindowFunction(m_argument, m_request, m_formState.get(), m_frameName, m_navigationAction, shouldContinue);
121 m_frameName = String();
130 m_newWindowFunction(m_argument, m_request, m_formState.get(), m_frameName, m_navigationAction, false);
PolicyCallback.h 71 String m_frameName;
  /external/webkit/Source/WebCore/loader/archive/
ArchiveResource.h 45 const String& frameName() const { return m_frameName; }
55 String m_frameName;
ArchiveResource.cpp 40 , m_frameName(frameName)
  /external/webkit/Source/WebKit/win/
WebResource.cpp 44 , m_frameName(frameName)
108 m_frameName = String(frameName);
164 *name = BString(m_frameName).release();
WebResource.h 79 WTF::String m_frameName;
  /external/webkit/Source/WebCore/html/
HTMLFrameElementBase.h 75 AtomicString m_frameName;
HTMLFrameElementBase.cpp 105 parentFrame->loader()->subframeLoader()->requestFrame(this, m_URL, m_frameName, lockHistory, lockBackForwardList);
117 m_frameName = attr->value();
119 m_frameName = attr->value();
153 m_frameName = getAttribute(nameAttr);
154 if (m_frameName.isNull())
155 m_frameName = getIdAttribute();
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm 87 NSString* frameName() const { return m_frameName.get(); }
94 , m_frameName(frameName)
101 RetainPtr<NSString*> m_frameName;
    [all...]

Completed in 265 milliseconds