HomeSort by relevance Sort by last modified time
    Searched defs:selectedFrame (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
ContextMenuClientImpl.cpp 103 static String selectMisspelledWord(const ContextMenu* defaultMenu, Frame* selectedFrame)
106 String misspelledWord = selectedFrame->editor()->selectedText().stripWhiteSpace();
117 HitTestResult hitTestResult = selectedFrame->eventHandler()->
118 hitTestResultAtPoint(selectedFrame->page()->contextMenuController()->hitTestResult().point(), true);
126 WebFrameImpl::selectWordAroundPosition(selectedFrame, pos);
127 misspelledWord = selectedFrame->editor()->selectedText().stripWhiteSpace();
133 selectedFrame->selection()->setSelection(VisibleSelection(pos));
136 selectedFrame->selection()->setSelection(VisibleSelection(pos));
153 Frame* selectedFrame = r.innerNonSharedNode()->document()->frame();
156 data.mousePosition = selectedFrame->view()->contentsToWindow(r.point())
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
FindController.cpp 97 Frame* selectedFrame = frameWithSelection(m_webPage->corePage());
103 if (selectedFrame)
104 selectedFrame->selection()->clear();
127 if (!(options & FindOptionsShowFindIndicator) || !updateFindIndicator(selectedFrame, shouldShowOverlay)) {
161 bool FindController::updateFindIndicator(Frame* selectedFrame, bool isShowingOverlay)
163 if (!selectedFrame)
166 IntRect selectionRect = enclosingIntRect(selectedFrame->selection()->bounds());
173 IntRect selectionRectInWindowCoordinates = selectedFrame->view()->contentsToWindow(selectionRect);
176 selectedFrame->selection()->getClippedVisibleTextRectangles(textRects);
186 paintRect.move(selectedFrame->view()->frameRect().x(), selectedFrame->view()->frameRect().y())
    [all...]
  /external/v8/src/
debug-debugger.js 980 ExecutionState.prototype.selectedFrame = function() {
    [all...]

Completed in 137 milliseconds