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

  /external/webkit/Source/WebKit/mac/DOM/
WebDOMOperations.h 84 @method contentFrame
87 - (WebFrame *)contentFrame;
94 @method contentFrame
97 - (WebFrame *)contentFrame;
104 @method contentFrame
109 - (WebFrame *)contentFrame;
WebDOMOperations.mm 190 - (WebFrame *)contentFrame
199 - (WebFrame *)contentFrame
222 - (WebFrame *)contentFrame
  /external/webkit/Source/WebCore/html/
HTMLFrameOwnerElement.h 41 Frame* contentFrame() const { return m_contentFrame; }
HTMLFrameElementBase.cpp 106 if (contentFrame())
107 contentFrame()->setInViewSourceMode(viewSourceMode());
138 if (contentFrame())
139 contentFrame()->setInViewSourceMode(viewSourceMode());
163 if (Frame* frame = contentFrame())
198 if (Frame* frame = contentFrame())
230 page->focusController()->setFocusedFrame(contentFrame());
231 else if (page->focusController()->focusedFrame() == contentFrame()) // Focus may have already been given to another frame, don't take it away.
HTMLFrameOwnerElement.cpp 56 if (Frame* frame = contentFrame()) {
88 if (Frame* frame = contentFrame())
  /external/webkit/Source/WebCore/page/
FocusController.cpp 154 if (!owner->contentFrame())
157 Document* document = owner->contentFrame()->document();
277 if (!owner->contentFrame())
281 setFocusedFrame(owner->contentFrame());
445 if (frameOwnerElement(candidate) && (!frameOwnerElement(candidate)->contentFrame() || candidate.rect.isEmpty()))
540 // If we have an iframe without the src attribute, it will not have a contentFrame().
543 ASSERT(frameElement->contentFrame());
554 frameElement->contentFrame()->document()->updateLayoutIgnorePendingStylesheets();
555 if (!advanceFocusDirectionallyInContainer(frameElement->contentFrame()->document(), rect, direction, event)) {
EventHandler.cpp 938 Frame* frame = static_cast<HTMLFrameElementBase*>(n)->contentFrame();
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
InjectedBundleNodeHandle.cpp 193 Frame* frame = static_cast<HTMLFrameElement*>(m_node.get())->contentFrame();
205 Frame* frame = static_cast<HTMLIFrameElement*>(m_node.get())->contentFrame();
  /external/webkit/Source/WebKit/mac/Carbon/
CarbonWindowAdapter.mm     [all...]
  /external/webkit/Source/WebCore/bindings/js/
JSHTMLDocumentCustom.cpp 75 if (node->hasTagName(iframeTag) && (frame = static_cast<HTMLIFrameElement*>(node)->contentFrame()))
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLDocumentCustom.cpp 88 if (node->hasTagName(HTMLNames::iframeTag) && (frame = static_cast<HTMLIFrameElement*>(node)->contentFrame()))
  /external/webkit/Source/WebKit/chromium/src/
WebPageSerializer.cpp 113 Frame* frame = static_cast<HTMLFrameOwnerElement*>(element)->contentFrame();
WebFrameImpl.cpp 692 return fromFrame(frameElement->contentFrame());
    [all...]
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 147 * @param contentFrame The frame within the display in which we would
158 Rect contentFrame, Rect visibleFrame);
    [all...]
  /external/webkit/Source/WebCore/loader/
SubframeLoader.cpp 228 Frame* frame = ownerElement->contentFrame();
  /external/webkit/Source/WebKit/win/Interfaces/
DOMHTML.idl 949 HRESULT contentFrame([out, retval] IWebFrame** result);
  /external/webkit/Source/WebCore/loader/archive/cf/
LegacyWebArchive.cpp 506 (childFrame = static_cast<HTMLFrameOwnerElement*>(node)->contentFrame())) {
  /external/webkit/Source/WebKit/win/
DOMHTMLClasses.cpp     [all...]
DOMHTMLClasses.h     [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp     [all...]
  /external/webkit/Source/WebCore/dom/
Document.cpp 905 if (frame() && frame()->tree()->isDescendantOf(iframe->contentFrame())) {
    [all...]

Completed in 9183 milliseconds