Searched refs:containingFrame (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/inspector/
H A DDOMNodeHighlighter.cpp218 Frame* containingFrame = node->document()->frame(); local
220 if (!renderer || !containingFrame)
223 IntSize mainFrameOffset = frameToMainFrameOffset(containingFrame);
230 FrameView* view = containingFrame->page()->mainFrame()->view();
287 WebCore::Settings* settings = containingFrame->settings();
/external/webkit/Source/WebKit/chromium/src/
H A DWebPluginContainerImpl.cpp483 Frame* containingFrame = parentView->frame(); local
484 if (Page* currentPage = containingFrame->page())
485 currentPage->focusController()->setFocusedNode(m_element, containingFrame);
487 containingFrame->document()->setFocusedNode(m_element);

Completed in 98 milliseconds