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

  /external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.h 68 Frame* focusedOrMainFrame() const;
FocusController.cpp 215 Frame* FocusController::focusedOrMainFrame() const
230 focusedOrMainFrame()->eventHandler()->stopAutoscrollTimer();
266 if (AXObjectCache* cache = focusedOrMainFrame()->document()->existingAXObjectCache())
267 cache->postNotification(focusedOrMainFrame()->document(), AXObjectCache::AXFocusedUIElementChanged, true);
292 Frame* frame = focusedOrMainFrame();
653 focusedOrMainFrame()->selection()->pageActivationChanged();
806 Element* focusedElement = focusedOrMainFrame()->document()->focusedElement();
824 Element* focusedElement = focusedOrMainFrame()->document()->focusedElement();
845 Frame* curFrame = focusedOrMainFrame();
    [all...]
EventHandler.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp 590 targetFrame = m_page->focusController().focusedOrMainFrame();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.cpp 158 Document* focusedDocument = page->focusController().focusedOrMainFrame()->document();
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 861 page->focusController().focusedOrMainFrame()->selection()->revealSelection(ScrollAlignment::alignCenterIfNeeded);
    [all...]

Completed in 142 milliseconds