OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasRestoreBounds
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/ash/wm/workspace/
workspace_event_handler.cc
40
if (window_state->
HasRestoreBounds
()) {
143
if (target_state->
HasRestoreBounds
() &&
161
if (target_state->
HasRestoreBounds
() &&
workspace_layout_manager.cc
40
if (!window_state->
HasRestoreBounds
())
172
!window_state->
HasRestoreBounds
() &&
185
window_state->
HasRestoreBounds
() &&
318
if (window_state->
HasRestoreBounds
()) {
workspace_event_handler_unittest.cc
123
EXPECT_FALSE(window_state->
HasRestoreBounds
());
workspace_window_resizer_unittest.cc
622
ASSERT_TRUE(window_state->
HasRestoreBounds
());
638
ASSERT_TRUE(window_state->
HasRestoreBounds
());
[
all
...]
workspace_window_resizer.cc
450
if (!window_state()->
HasRestoreBounds
()) {
[
all
...]
/external/chromium_org/ash/wm/gestures/
system_pinch_handler.cc
123
if (window_state->
HasRestoreBounds
()) {
/external/chromium_org/ash/wm/
base_layout_manager.cc
156
!window_state->
HasRestoreBounds
() &&
253
if (window_state->
HasRestoreBounds
()) {
window_state.h
83
bool
HasRestoreBounds
() const;
window_util.cc
68
if (window_state->
HasRestoreBounds
())
window_state.cc
148
bool WindowState::
HasRestoreBounds
() const {
278
gfx::Rect restore_bounds_in_screen(
HasRestoreBounds
() ?
base_layout_manager_unittest.cc
239
EXPECT_FALSE(window_state->
HasRestoreBounds
());
window_resizer.cc
137
window_state->
HasRestoreBounds
() &&
workspace_controller_unittest.cc
149
EXPECT_FALSE(window_state->
HasRestoreBounds
());
153
EXPECT_FALSE(window_state->
HasRestoreBounds
());
280
ASSERT_TRUE(window_state->
HasRestoreBounds
());
[
all
...]
/external/chromium_org/ash/wm/caption_buttons/
frame_maximize_button.cc
510
return window_state->
HasRestoreBounds
() ?
564
if (!window_state->
HasRestoreBounds
())
frame_maximize_button_unittest.cc
689
EXPECT_FALSE(window_state->
HasRestoreBounds
());
721
EXPECT_FALSE(window_state->
HasRestoreBounds
());
748
EXPECT_FALSE(window_state->
HasRestoreBounds
());
[
all
...]
/external/chromium_org/ash/wm/dock/
docked_window_resizer.cc
254
if (is_resized && is_docked_ && window_state->
HasRestoreBounds
()) {
docked_window_layout_manager_unittest.cc
211
!wm::GetWindowState(window)->
HasRestoreBounds
()) {
[
all
...]
docked_window_layout_manager.cc
[
all
...]
docked_window_resizer_unittest.cc
234
!wm::GetWindowState(window)->
HasRestoreBounds
()) {
[
all
...]
/external/chromium_org/ash/
root_window_controller.cc
105
bool has_restore_bounds = state->
HasRestoreBounds
();
[
all
...]
Completed in 586 milliseconds