OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:previous_bounds
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/resources/
picture_layer_tiling.h
175
gfx::Rect
previous_bounds
;
member in struct:cc::PictureLayerTiling::RectExpansionCache
/external/chromium_org/chrome/browser/ui/panels/
panel_browsertest.cc
448
gfx::Rect
previous_bounds
= panel->GetBounds();
local
450
EXPECT_EQ(
previous_bounds
.size(), panel->GetRestoredBounds().size());
451
gfx::Size new_size(
previous_bounds
.size());
453
gfx::Rect new_bounds(
previous_bounds
.origin(), new_size);
[
all
...]
stacked_panel_collection.cc
581
gfx::Rect
previous_bounds
;
local
590
previous_bounds
= new_bounds;
608
bounds.set_y(
previous_bounds
.bottom());
611
bounds.set_y(
previous_bounds
.bottom());
620
previous_bounds
= bounds;
/external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc
195
gfx::Rect
previous_bounds
= window->bounds();
local
202
window->layer()->SetBounds(
previous_bounds
);
[
all
...]
Completed in 109 milliseconds