Searched refs:selectedFrame (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebKit/chromium/src/
H A DContextMenuClientImpl.cpp95 static String selectMisspelledWord(const ContextMenu* defaultMenu, Frame* selectedFrame) argument
98 String misspelledWord = selectedFrame->selectedText().stripWhiteSpace();
109 HitTestResult hitTestResult = selectedFrame->eventHandler()->
118 WebFrameImpl::selectWordAroundPosition(selectedFrame, pos);
119 misspelledWord = selectedFrame->selectedText().stripWhiteSpace();
125 selectedFrame->selection()->setSelection(VisibleSelection(pos));
128 selectedFrame->selection()->setSelection(VisibleSelection(pos));
145 Frame* selectedFrame = r.innerNonSharedNode()->document()->frame(); local
148 data.mousePosition = selectedFrame->view()->contentsToWindow(r.point());
187 data.frameEncoding = selectedFrame
[all...]
/external/webkit/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.mm276 NSView <WebDocumentView> *view = [[[m_webView selectedFrame] frameView] documentView];
314 NSArray* WebEditorClient::pasteboardTypesForSelection(Frame* selectedFrame)
316 WebFrame* frame = kit(selectedFrame);
/external/webkit/WebKit/mac/WebView/
H A DWebView.h301 @method selectedFrame
307 - (WebFrame *)selectedFrame;
H A DWebView.mm3003 - (WebFrame *)selectedFrame
5283 id documentView = [[[self selectedFrame] frameView] documentView];
5308 id documentView = [[[self selectedFrame] frameView] documentView];
5478 WebFrame *result = [self selectedFrame];
/external/v8/src/
H A Ddebug-debugger.js794 ExecutionState.prototype.selectedFrame = function() {

Completed in 41 milliseconds