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

  /external/webkit/Source/WebCore/inspector/
DOMNodeHighlighter.cpp 218 Frame* containingFrame = node->document()->frame();
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/
WebPluginContainerImpl.cpp 483 Frame* containingFrame = parentView->frame();
484 if (Page* currentPage = containingFrame->page())
485 currentPage->focusController()->setFocusedNode(m_element, containingFrame);
487 containingFrame->document()->setFocusedNode(m_element);

Completed in 342 milliseconds