OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:text_bounds
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/chromeos/
drop_shadow_label.cc
40
const gfx::Rect&
text_bounds
,
49
text_bounds
.x() + i,
text_bounds
.y(),
50
text_bounds
.width(),
text_bounds
.height(), flags);
52
text_bounds
.x() + i,
text_bounds
.y() + i,
53
text_bounds
.width(),
text_bounds
.height(), flags);
55
text_bounds
.x(), text_bounds.y() + i
[
all
...]
drop_shadow_label.h
40
const gfx::Rect&
text_bounds
,
/external/chromium/chrome/browser/ui/views/autocomplete/
touch_autocomplete_popup_contents_view.cc
36
text_bounds
().y());
40
text_bounds
().y() + GetFontHeight());
autocomplete_result_view.h
67
const gfx::Rect&
text_bounds
() const { return text_bounds_; }
function in class:AutocompleteResultView
Completed in 103 milliseconds