Home
last modified time | relevance | path

Searched refs:htmlFrameElementContentFrame (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
DInjectedBundleNodeHandle.h74 PassRefPtr<WebFrame> htmlFrameElementContentFrame();
DInjectedBundleNodeHandle.cpp188 PassRefPtr<WebFrame> InjectedBundleNodeHandle::htmlFrameElementContentFrame() in htmlFrameElementContentFrame() function in WebKit::InjectedBundleNodeHandle
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundleNodeHandle.cpp109 RefPtr<WebFrame> frame = toImpl(htmlFrameElementHandleRef)->htmlFrameElementContentFrame(); in WKBundleNodeHandleCopyHTMLFrameElementContentFrame()