OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:focusedOrMainFrame
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.h
71
Frame*
focusedOrMainFrame
() const;
FocusController.cpp
304
Frame* FocusController::
focusedOrMainFrame
() const
326
if (!m_isFocused &&
focusedOrMainFrame
()->isLocalFrame())
327
toLocalFrame(
focusedOrMainFrame
())->eventHandler().stopAutoscroll();
365
if (
focusedOrMainFrame
()->isLocalFrame()) {
366
Document* document = toLocalFrame(
focusedOrMainFrame
())->document();
396
if (!
focusedOrMainFrame
()->isLocalFrame())
398
LocalFrame* frame = toLocalFrame(
focusedOrMainFrame
());
731
Frame* frame =
focusedOrMainFrame
();
[
all
...]
EventHandler.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.cpp
163
if (!page->focusController().
focusedOrMainFrame
()->isLocalFrame())
167
Document* focusedDocument = toLocalFrame(page->focusController().
focusedOrMainFrame
())->document();
/external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp
569
targetFrame = m_page->focusController().
focusedOrMainFrame
();
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp
785
toLocalFrame(page->focusController().
focusedOrMainFrame
())->selection().revealSelection(ScrollAlignment::alignCenterIfNeeded);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp
[
all
...]
Completed in 705 milliseconds