HomeSort by relevance Sort by last modified time
    Searched refs:selectedString (Results 1 - 19 of 19) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebContextMenuClientMac.mm 78 String selectedString = selectionFrame->displayStringModifiedByEncoding(selectionFrame->editor()->selectedText());
80 if (selectedString.isEmpty())
83 m_page->send(Messages::WebPageProxy::SearchWithSpotlight(selectedString));
WebEditorClientMac.mm 150 NSString *selectedString = frame->displayStringModifiedByEncoding(frame->editor()->selectedText());
151 page->replaceSelectionWithText(frame, [selectedString performSelector:selector]);
  /external/webkit/Source/WebKit/mac/WebView/
WebDocument.h 128 @method selectedString
131 - (NSString *)selectedString;
WebPDFView.mm 733 - (NSString *)selectedString
    [all...]
WebView.mm     [all...]
WebFrame.mm 427 return [[documentView selectedString] length] > 0;
    [all...]
WebHTMLView.mm     [all...]
  /external/webkit/Source/WebKit/mac/DefaultDelegates/
WebDefaultContextMenuDelegate.mm 161 NSString *selectedString = [(id <WebDocumentText>)[[webFrame frameView] documentView] selectedString];
162 [lookupMenuItem setTitle:[NSString stringWithFormat:UI_STRING_INTERNAL("Look Up ?%@?", "Look Up context menu item with selected word"), selectedString]];
  /external/webkit/Source/WebKit/win/Interfaces/
IWebDocument.idl 155 @method selectedString
157 - (NSString *)selectedString;
159 HRESULT selectedString([out, retval] BSTR* result);
  /external/webkit/Source/WebCore/platform/
DefaultLocalizationStrategy.cpp 299 String DefaultLocalizationStrategy::contextMenuItemTagLookUpInDictionary(const String& selectedString)
302 UNUSED_PARAM(selectedString);
306 RetainPtr<CFStringRef> selectedCFString(AdoptCF, selectedString.createCFString());
309 return WEB_UI_STRING("Look Up ?<selection>?", "Look Up context menu item with selected word").replace("<selection>", selectedString);
    [all...]
DefaultLocalizationStrategy.h 81 virtual String contextMenuItemTagLookUpInDictionary(const String& selectedString);
LocalizationStrategy.h 82 virtual String contextMenuItemTagLookUpInDictionary(const String& selectedString) = 0;
LocalizedStrings.cpp 193 String contextMenuItemTagLookUpInDictionary(const String& selectedString)
195 return platformStrategies()->localizationStrategy()->contextMenuItemTagLookUpInDictionary(selectedString);
LocalizedStrings.h 78 String contextMenuItemTagLookUpInDictionary(const String& selectedString);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 164 String selectedString = ref.getTokenString();
168 mStringValueField.setText(selectedString != null ? selectedString : ""); //$NON-NLS-1$
190 mStringIdCombo.setText(guessId(selectedString));
  /external/webkit/Source/WebCore/page/
ContextMenuController.cpp 768 String selectedString = frame->displayStringModifiedByEncoding(frame->editor()->selectedText());
769 ContextMenuItem LookUpInDictionaryItem(ActionType, ContextMenuItemTagLookUpInDictionary, contextMenuItemTagLookUpInDictionary(selectedString));
    [all...]
  /external/webkit/Source/WebKit/win/
WebFrame.h 288 virtual HRESULT STDMETHODCALLTYPE selectedString(
WebFrame.cpp 1053 HRESULT STDMETHODCALLTYPE WebFrame::selectedString(
    [all...]
  /external/webkit/Source/WebCore/editing/
Editor.cpp     [all...]

Completed in 272 milliseconds