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

  /external/webkit/WebCore/page/
FrameLoadRequest.h 46 , m_frameName(frameName)
55 const String& frameName() const { return m_frameName; }
56 void setFrameName(const String& frameName) { m_frameName = frameName; }
60 String m_frameName;
  /external/webkit/WebCore/loader/
PolicyCallback.cpp 65 m_frameName = String();
78 m_frameName = frameName;
90 m_frameName = String();
103 m_newWindowFunction(m_argument, m_request, m_formState.get(), m_frameName, shouldContinue);
119 m_frameName = String();
128 m_newWindowFunction(m_argument, m_request, m_formState.get(), m_frameName, false);
PolicyCallback.h 70 String m_frameName;
  /external/webkit/WebCore/html/
HTMLFrameElementBase.cpp 95 ASSERT(!m_frameName.isEmpty());
107 parentFrame->loader()->requestFrame(this, m_URL, m_frameName);
119 m_frameName = attr->value();
121 m_frameName = attr->value();
155 m_frameName = getAttribute(nameAttr);
156 if (m_frameName.isNull())
157 m_frameName = getAttribute(idAttributeName());
160 m_frameName = parentFrame->tree()->uniqueChildName(m_frameName);
HTMLFrameElementBase.h 78 AtomicString m_frameName;
  /external/webkit/WebCore/loader/archive/
ArchiveResource.h 46 const String& frameName() const { return m_frameName; }
58 String m_frameName;
ArchiveResource.cpp 63 , m_frameName(frameName)
72 , m_frameName(frameName)
  /external/webkit/WebKit/win/
WebResource.cpp 47 , m_frameName(frameName)
111 m_frameName = String(frameName);
167 *name = BString(m_frameName).release();
WebResource.h 82 WebCore::String m_frameName;
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm 85 NSString* frameName() const { return m_frameName.get(); }
92 , m_frameName(frameName)
99 RetainPtr<NSString*> m_frameName;
    [all...]

Completed in 246 milliseconds