Searched refs:m_frameName (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/
H A DPolicyCallback.cpp62 m_frameName = String();
73 m_frameName = frameName;
85 m_frameName = String();
97 m_newWindowFunction(m_request, m_formState.get(), m_frameName, m_navigationAction, shouldContinue);
113 m_frameName = String();
122 m_newWindowFunction(m_request, m_formState.get(), m_frameName, m_navigationAction, false);
H A DFrameLoadRequest.h54 , m_frameName(frameName)
68 const String& frameName() const { return m_frameName; }
69 void setFrameName(const String& frameName) { m_frameName = frameName; }
81 String m_frameName; member in struct:WebCore::FrameLoadRequest
H A DPolicyCallback.h68 String m_frameName; member in class:WebCore::PolicyCallback
/macosx-10.10/WebCore-7600.1.25/loader/archive/
H A DArchiveResource.h45 const String& frameName() const { return m_frameName; }
55 String m_frameName; member in class:WebCore::ArchiveResource
H A DArchiveResource.cpp40 , m_frameName(frameName)
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLFrameElementBase.cpp88 parentFrame->loader().subframeLoader().requestFrame(*this, m_URL, m_frameName, lockHistory, lockBackForwardList);
99 m_frameName = value;
101 m_frameName = value;
129 m_frameName = getNameAttribute();
130 if (m_frameName.isNull())
131 m_frameName = getIdAttribute();
H A DHTMLFrameElementBase.h71 AtomicString m_frameName; member in class:WebCore::HTMLFrameElementBase
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebResource.cpp44 , m_frameName(frameName)
108 m_frameName = String(frameName);
164 *name = BString(m_frameName).release();
H A DWebResource.h79 WTF::String m_frameName; member in class:WebResource
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_navigation_policy_decision_private.h73 WKEinaSharedString m_frameName; member in class:EwkNavigationPolicyDecision
H A Dewk_navigation_policy_decision.cpp94 , m_frameName(frameName)
121 return m_frameName;
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.mm90 NSString* frameName() const { return m_frameName.get(); }
97 , m_frameName(frameName)
104 RetainPtr<NSString*> m_frameName;

Completed in 221 milliseconds