HomeSort by relevance Sort by last modified time
    Searched defs:IsSelecting (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/wm/
window_selector_controller.cc 92 if (!IsSelecting()) {
109 bool WindowSelectorController::IsSelecting() {
window_selector_unittest.cc 111 if (!IsSelecting()) {
149 bool IsSelecting() {
151 IsSelecting();
194 EXPECT_TRUE(IsSelecting());
197 EXPECT_FALSE(IsSelecting());
212 EXPECT_FALSE(IsSelecting());

Completed in 377 milliseconds