OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:target_bounds_
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc
234
return
target_bounds_
;
237
int total_height_delta =
target_bounds_
.height() - start_bounds_.height();
325
if (new_target_bounds.height() !=
target_bounds_
.height())
327
target_bounds_
= new_target_bounds;
345
if (
target_bounds_
.height() < start_bounds_.height())
348
start_bounds_ =
target_bounds_
;
356
return
target_bounds_
;
autocomplete_popup_contents_view.h
182
gfx::Rect
target_bounds_
;
member in class:AutocompletePopupContentsView
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
602
target_bounds_
= tabstrip->GetIdealBounds(to_index);
613
target_bounds_
.x());
615
target_bounds_
.width());
631
animation_.CurrentValueBetween(0,
target_bounds_
.width());
655
return animation_.CurrentValueBetween(0,
target_bounds_
.width());
677
gfx::Rect
target_bounds_
;
member in class:MiniMoveAnimation
[
all
...]
Completed in 57 milliseconds