OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:first_char_end
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.cc
825
gint
first_char_end
= first_char_start + first_char_bounds.width;
local
830
if (first_char_start >
first_char_end
)
831
std::swap(first_char_start,
first_char_end
);
836
last_char_end - first_char_start :
first_char_end
- last_char_start;
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_view_gtk.cc
752
gint
first_char_end
= first_char_start + first_char_bounds.width;
local
757
if (first_char_start >
first_char_end
)
758
std::swap(first_char_start,
first_char_end
);
763
last_char_end - first_char_start :
first_char_end
- last_char_start;
[
all
...]
Completed in 145 milliseconds