OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_focusedFrame
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.h
70
Frame* focusedFrame() const { return
m_focusedFrame
.get(); }
117
RefPtrWillBeMember<Frame>
m_focusedFrame
;
FocusController.cpp
240
if (
m_focusedFrame
== frame || m_isChangingFocusedFrame)
245
RefPtrWillBeRawPtr<LocalFrame> oldFrame = (
m_focusedFrame
&&
m_focusedFrame
->isLocalFrame()) ? toLocalFrame(
m_focusedFrame
.get()) : 0;
249
m_focusedFrame
= frame.get();
270
if (
m_focusedFrame
== frame)
273
RefPtrWillBeRawPtr<LocalFrame> focusedFrame = (
m_focusedFrame
&&
m_focusedFrame
->isLocalFrame()) ? toLocalFrame(
m_focusedFrame
.get()) : 0;
329
if (!
m_focusedFrame
)
[
all
...]
Completed in 33 milliseconds