OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:selection_text
(Results
1 - 7
of
7
) sorted by null
/external/chromium/webkit/glue/
context_menu.h
81
string16
selection_text
;
member in struct:ContextMenuParams
/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/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, ¶ms_.
selection_text
);
685
if (params_.
selection_text
.empty())
690
params_.
selection_text
, string16(), false, &match, NULL);
[
all
...]
/external/chromium/chrome/browser/ui/gtk/
gtk_util.cc
947
gchar*
selection_text
= gtk_clipboard_wait_for_text(clipboard);
local
[
all
...]
/prebuilt/linux-x86/swt/
swt.jar
/prebuilt/linux-x86_64/swt/
swt.jar
Completed in 245 milliseconds