Searched refs:selectedFrame (Results 1 - 7 of 7) 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...]
H A DFindController.h66 bool updateFindIndicator(WebCore::Frame* selectedFrame, bool isShowingOverlay);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.h301 @method selectedFrame
307 - (WebFrame *)selectedFrame;
H A DWebView.mm3517 - (WebFrame *)selectedFrame
5835 id documentView = [[[self selectedFrame] frameView] documentView];
5860 id documentView = [[[self selectedFrame] frameView] documentView];
6043 WebFrame *result = [self selectedFrame];
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.mm298 NSView <WebDocumentView> *view = [[[m_webView selectedFrame] frameView] documentView];
390 NSArray *WebEditorClient::pasteboardTypesForSelection(Frame* selectedFrame)
392 WebFrame* frame = kit(selectedFrame);
/external/v8/src/
H A Ddebug-debugger.js980 ExecutionState.prototype.selectedFrame = function() {

Completed in 132 milliseconds