HomeSort by relevance Sort by last modified time
    Searched full:oldfocusedframe (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.cpp 640 static void clearSelectionIfNeeded(LocalFrame* oldFocusedFrame, LocalFrame* newFocusedFrame, Node* newFocusedNode)
642 if (!oldFocusedFrame || !newFocusedFrame)
645 if (oldFocusedFrame->document() != newFocusedFrame->document())
648 FrameSelection& selection = oldFocusedFrame->selection();
652 bool caretBrowsing = oldFocusedFrame->settings()->caretBrowsingEnabled();
674 RefPtr<LocalFrame> oldFocusedFrame = toLocalFrame(focusedFrame());
675 RefPtrWillBeRawPtr<Document> oldDocument = oldFocusedFrame ? oldFocusedFrame->document() : 0;
696 clearSelectionIfNeeded(oldFocusedFrame.get(), toLocalFrame(newFocusedFrame.get()), element);
    [all...]

Completed in 53 milliseconds