OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetLastActiveWindowState
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/ui/
window_sizer.h
99
virtual bool
GetLastActiveWindowState
(gfx::Rect* bounds) const = 0;
119
// |window_bounds| is calculated by calling
GetLastActiveWindowState
(). To
window_sizer.cc
70
virtual bool
GetLastActiveWindowState
(gfx::Rect* bounds) const {
105
// If set, is used as the reference browser for
GetLastActiveWindowState
.
176
if (!state_provider_ || !state_provider_->
GetLastActiveWindowState
(bounds))
window_sizer_unittest.cc
137
virtual bool
GetLastActiveWindowState
(gfx::Rect* bounds) const {
[
all
...]
/external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer.h
71
virtual bool
GetLastActiveWindowState
(
100
// |window_bounds| is calculated by calling
GetLastActiveWindowState
(). To
window_sizer_common_unittest.h
71
virtual bool
GetLastActiveWindowState
(
window_sizer.cc
87
virtual bool
GetLastActiveWindowState
(
135
// If set, is used as the reference browser for
GetLastActiveWindowState
.
277
!state_provider_->
GetLastActiveWindowState
(bounds, show_state))
window_sizer_common_unittest.cc
171
bool TestStateProvider::
GetLastActiveWindowState
(
Completed in 74 milliseconds