Searched refs:selection_text (Results 1 - 9 of 9) sorted by relevance

/external/chromium/webkit/glue/
H A Dcontext_menu.h81 string16 selection_text; member in struct:ContextMenuParams
H A Dcontext_menu.cc34 selection_text(data.selectedText),
/external/chromium/chrome/browser/tab_contents/
H A Drender_view_context_menu.cc208 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);
1554 return l10n_util::TruncateString(params_.selection_text,
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_menu_manager.cc416 if (params.selection_text.length() > 0)
417 properties->SetString("selectionText", params.selection_text);
H A Dextension_menu_manager_unittest.cc428 params.selection_text = ASCIIToUTF16("Hello World");
482 ASSERT_EQ(params.selection_text, tmp16);
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_browsertest.cc120 gchar* selection_text = gtk_clipboard_wait_for_text(clipboard); local
121 std::string result(selection_text ? selection_text : "");
122 g_free(selection_text);
H A Dautocomplete_edit_view_gtk.cc1019 SkColor selection_text, selection_bg; local
1035 selection_text = gfx::GdkColorToSkColor(style->text[GTK_STATE_SELECTED]);
1044 selection_text = LocationBarView::GetColor(
1051 selection_text =
1061 selection_text,
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_util.cc947 gchar* selection_text = gtk_clipboard_wait_for_text(clipboard); local
948 if (!selection_text)
954 profile->GetAutocompleteClassifier()->Classify(UTF8ToUTF16(selection_text),
956 g_free(selection_text);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 135 milliseconds