OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:target_bounds_
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.h
182
gfx::Rect
target_bounds_
;
member in class:AutocompletePopupContentsView
/external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.h
162
gfx::Rect
target_bounds_
;
member in class:OmniboxPopupContentsView
/external/chromium_org/ash/wm/workspace/
snap_sizer.h
53
const gfx::Rect& target_bounds() const { return
target_bounds_
; }
90
gfx::Rect
target_bounds_
;
member in class:ash::internal::SnapSizer
/external/chromium_org/cc/resources/
picture_layer_tiling_set_unittest.cc
157
target_bounds_
(gfx::Size(30, 30)) {
161
target_.reset(new PictureLayerTilingSet(&target_client_,
target_bounds_
));
254
gfx::Size
target_bounds_
;
member in class:cc::__anon6519::PictureLayerTilingSetSyncTest
376
SyncTilings(
target_bounds_
, layer_invalidation);
377
VerifyTargetEqualsSource(
target_bounds_
);
/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
...]
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
628
target_bounds_
= tabstrip->GetIdealBounds(to_index);
639
target_bounds_
.x());
641
target_bounds_
.width());
657
animation_.CurrentValueBetween(0,
target_bounds_
.width());
683
return animation_.CurrentValueBetween(0,
target_bounds_
.width());
705
gfx::Rect
target_bounds_
;
member in class:MiniMoveAnimation
[
all
...]
Completed in 1122 milliseconds