HomeSort by relevance Sort by last modified time
    Searched full:selection_text (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/content/renderer/
render_view_impl_unittest.cc 15 const char* selection_text; member in struct:content::__anon8248
31 params.selection_text = UTF8ToUTF16(cases[i].params_selection_text);
34 UTF8ToUTF16(cases[i].selection_text),
context_menu_params_builder.cc 32 params.selection_text = data.selectedText;
  /external/chromium_org/chrome/browser/extensions/
context_menu_matcher.cc 32 const base::string16& selection_text,
60 RecursivelyAppendExtensionItems(items, can_cross_incognito, selection_text,
73 title = item->TitleWithReplacement(selection_text,
87 selection_text, submenu, index);
100 const base::string16& selection_text) {
116 selection_text, kMaxExtensionItemTitleLength);
192 const base::string16& selection_text,
215 base::string16 title = item->TitleWithReplacement(selection_text,
227 selection_text, submenu, index);
context_menu_matcher.h 38 const base::string16& selection_text,
47 const base::string16& selection_text);
71 const base::string16& selection_text,
  /external/chromium_org/content/shell/browser/
shell_web_contents_view_delegate_android.cc 32 if (params.is_editable && params.selection_text.empty()) {
shell_web_contents_view_delegate_gtk.cc 53 bool has_selection = !params_.selection_text.empty();
shell_web_contents_view_delegate_mac.mm 102 bool has_selection = ! params_.selection_text.empty();
shell_web_contents_view_delegate_win.cc 79 bool has_selection = !params_.selection_text.empty();
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu_mac.mm 75 bool has_selection = !params_.selection_text.empty();
90 NSString* text = base::SysUTF16ToNSString(params_.selection_text);
render_view_context_menu.cc 208 bool has_selection = !params.selection_text.empty();
349 string16 selection_text = PrintableSelectionText(); local
369 string16 title = item->TitleWithReplacement(selection_text,
460 bool has_selection = !params_.selection_text.empty();
632 if (params_.link_url.is_empty() && params_.selection_text.empty())
684 TrimWhitespace(params_.selection_text, TRIM_ALL, &params_.selection_text);
685 if (params_.selection_text.empty())
690 params_.selection_text, string16(), false, &match, NULL);
    [all...]
  /external/chromium/webkit/glue/
context_menu.cc 34 selection_text(data.selectedText),
context_menu.h 81 string16 selection_text; member in struct:ContextMenuParams
  /external/chromium_org/android_webview/native/
aw_web_contents_view_delegate.cc 43 if (params.is_editable && params.selection_text.empty()) {
  /external/chromium_org/chrome/browser/ui/android/tab_contents/
chrome_web_contents_view_delegate_android.cc 34 if (params.is_editable && params.selection_text.empty()) {
  /external/chromium_org/chrome/browser/ui/android/
context_menu_helper.cc 78 ConvertUTF16ToJavaString(env, params.selection_text).obj(),
  /external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu.cc 446 const bool has_selection = !params.selection_text.empty();
579 const bool has_selection = !params_.selection_text.empty();
687 const bool has_selection = !params_.selection_text.empty();
704 const bool has_selection = !params_.selection_text.empty();
734 const bool has_selection = !params_.selection_text.empty();
749 bool has_selection = !params_.selection_text.empty();
    [all...]
render_view_context_menu_unittest.cc 45 rv.selection_text = selected_text;
  /external/chromium_org/content/public/common/
context_menu_params.h 102 base::string16 selection_text; member in struct:content::ContextMenuParams
  /external/chromium/chrome/browser/extensions/
extension_menu_manager.cc 416 if (params.selection_text.length() > 0)
417 properties->SetString("selectionText", params.selection_text);
extension_menu_manager_unittest.cc 428 params.selection_text = ASCIIToUTF16("Hello World");
482 ASSERT_EQ(params.selection_text, tmp16);
  /external/chromium/chrome/browser/ui/gtk/
gtk_util.cc 947 gchar* selection_text = gtk_clipboard_wait_for_text(clipboard); local
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
render_view_context_menu_mac.mm 209 bool has_selection = !params_.selection_text.empty();
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_util.cc 855 gchar* selection_text = gtk_clipboard_wait_for_text(clipboard); local
856 if (!selection_text)
863 UTF8ToUTF16(selection_text), false, false, &match, NULL);
864 g_free(selection_text);
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
panel_extension_browsertest.cc 196 params.selection_text = ASCIIToUTF16("Select me");
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_browsertest.cc 120 gchar* selection_text = gtk_clipboard_wait_for_text(clipboard); local
121 std::string result(selection_text ? selection_text : "");
122 g_free(selection_text);
    [all...]

Completed in 465 milliseconds

1 2