Searched defs:selectedFrame (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DContextMenuClientImpl.cpp103 static String selectMisspelledWord(const ContextMenu* defaultMenu, Frame* selectedFrame) argument
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(); local
156 data.mousePosition = selectedFrame
[all...]
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DFindController.cpp97 Frame* selectedFrame = frameWithSelection(m_webPage->corePage()); local
103 if (selectedFrame)
104 selectedFrame->selection()->clear();
127 if (!(options & FindOptionsShowFindIndicator) || !updateFindIndicator(selectedFrame, shouldShowOverlay)) {
161 bool FindController::updateFindIndicator(Frame* selectedFrame, bool isShowingOverlay) argument
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
[all...]
/external/v8/src/
H A Ddebug-debugger.js980 ExecutionState.prototype.selectedFrame = function() {

Completed in 71 milliseconds