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

1 2

  /external/chromium_org/content/renderer/
render_view_impl_unittest.cc 15 const char* selection_text; member in struct:content::__anon10493
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.h 38 const string16& selection_text,
46 const string16& selection_text);
70 const string16& selection_text,
context_menu_matcher.cc 30 const string16& selection_text,
59 RecursivelyAppendExtensionItems(items, can_cross_incognito, selection_text,
72 title = item->TitleWithReplacement(selection_text,
86 selection_text, submenu, index);
99 const string16& selection_text) {
115 selection_text, kMaxExtensionItemTitleLength);
192 const string16& selection_text,
215 string16 title = item->TitleWithReplacement(selection_text,
227 selection_text, submenu, index);
menu_manager.cc 634 if (params.selection_text.length() > 0)
635 properties->SetString("selectionText", params.selection_text);
menu_manager_unittest.cc 562 params.selection_text = ASCIIToUTF16("Hello World");
622 ASSERT_EQ(params.selection_text, tmp16);
  /external/chromium_org/android_webview/native/
aw_web_contents_view_delegate.cc 43 if (params.is_editable && params.selection_text.empty()) {
  /external/chromium_org/content/shell/
shell_web_contents_view_delegate_android.cc 32 if (params.is_editable && params.selection_text.empty()) {
shell_web_contents_view_delegate_win.cc 79 bool has_selection = !params_.selection_text.empty();
shell_web_contents_view_delegate_gtk.cc 53 bool has_selection = !params_.selection_text.empty();
  /external/chromium/webkit/glue/
context_menu.h 81 string16 selection_text; member in struct:ContextMenuParams
context_menu.cc 34 selection_text(data.selectedText),
  /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/content/public/common/
context_menu_params.h 100 string16 selection_text; member in struct:content::ContextMenuParams
  /external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu.cc 445 const bool has_selection = !params.selection_text.empty();
575 const bool has_selection = !params_.selection_text.empty();
683 const bool has_selection = !params_.selection_text.empty();
700 const bool has_selection = !params_.selection_text.empty();
730 const bool has_selection = !params_.selection_text.empty();
747 bool has_selection = !params_.selection_text.empty();
    [all...]
render_view_context_menu_unittest.cc 45 rv.selection_text = selected_text;
  /external/chromium/chrome/browser/tab_contents/
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_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/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/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...]
autocomplete_edit_view_gtk.cc 1019 SkColor selection_text, selection_bg; local
    [all...]
  /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/omnibox/
omnibox_view_browsertest.cc 134 gchar* selection_text = gtk_clipboard_wait_for_text(clipboard); local
135 std::string result(selection_text ? selection_text : "");
136 g_free(selection_text);
    [all...]

Completed in 2453 milliseconds

1 2