OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:override_bounds_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/
browser.h
162
override_bounds_
= bounds;
169
return !
override_bounds_
.IsEmpty();
183
gfx::Rect override_bounds() const { return
override_bounds_
; }
1115
gfx::Rect
override_bounds_
;
member in class:Browser
[
all
...]
browser.cc
799
gfx::Rect restored_bounds =
override_bounds_
;
[
all
...]
/external/chromium_org/chrome/browser/ui/
browser.h
206
override_bounds_
= bounds;
214
return !
override_bounds_
.IsEmpty();
235
gfx::Rect override_bounds() const { return
override_bounds_
; }
872
gfx::Rect
override_bounds_
;
member in class:Browser
[
all
...]
browser.cc
337
override_bounds_
(params.initial_bounds),
[
all
...]
Completed in 64 milliseconds