OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:oldfocusedframe
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.cpp
556
static void clearSelectionIfNeeded(Frame*
oldFocusedFrame
, Frame* newFocusedFrame, Node* newFocusedNode)
558
if (!
oldFocusedFrame
|| !newFocusedFrame)
561
if (
oldFocusedFrame
->document() != newFocusedFrame->document())
564
FrameSelection* s =
oldFocusedFrame
->selection();
568
bool caretBrowsing =
oldFocusedFrame
->settings()->caretBrowsingEnabled();
595
RefPtr<Frame>
oldFocusedFrame
= focusedFrame();
596
RefPtr<Document> oldDocument =
oldFocusedFrame
?
oldFocusedFrame
->document() : 0;
608
clearSelectionIfNeeded(
oldFocusedFrame
.get(), newFocusedFrame.get(), element);
[
all
...]
Completed in 426 milliseconds