OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSnapped
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/ash/wm/caption_buttons/
alternate_frame_size_button_unittest.cc
87
bool
IsSnapped
(internal::SnapSizer::Edge edge) const {
204
EXPECT_FALSE(window_state()->
IsSnapped
());
214
EXPECT_TRUE(
IsSnapped
(internal::SnapSizer::RIGHT_EDGE));
222
EXPECT_TRUE(
IsSnapped
(internal::SnapSizer::LEFT_EDGE));
232
EXPECT_TRUE(
IsSnapped
(internal::SnapSizer::RIGHT_EDGE));
241
EXPECT_TRUE(
IsSnapped
(internal::SnapSizer::LEFT_EDGE));
251
EXPECT_TRUE(
IsSnapped
(internal::SnapSizer::RIGHT_EDGE));
256
EXPECT_TRUE(
IsSnapped
(internal::SnapSizer::LEFT_EDGE));
264
EXPECT_FALSE(window_state()->
IsSnapped
());
276
EXPECT_TRUE(
IsSnapped
(internal::SnapSizer::LEFT_EDGE))
[
all
...]
/external/chromium_org/ash/wm/
window_state.h
73
bool
IsSnapped
() const;
window_util.cc
67
if (window_state->
IsSnapped
()) {
window_state.cc
108
bool WindowState::
IsSnapped
() const {
/external/chromium_org/ash/wm/workspace/
workspace_layout_manager.cc
335
window_state->
IsSnapped
()) {
409
if (window_state->is_dragged() || !window_state->
IsSnapped
())
workspace_window_resizer.cc
465
if (window_state()->
IsSnapped
() && !snapped)
[
all
...]
/external/chromium_org/ash/wm/dock/
docked_window_resizer_unittest.cc
[
all
...]
docked_window_layout_manager.cc
735
window_state->
IsSnapped
()) {
[
all
...]
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller_interactive_uitest.cc
[
all
...]
Completed in 201 milliseconds