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

  /external/chromium_org/ui/aura/test/
test_cursor_client.h 26 int calls_to_set_cursor() const { return calls_to_set_cursor_; }
27 void reset_calls_to_set_cursor() { calls_to_set_cursor_ = 0; }
61 int calls_to_set_cursor_; member in class:aura::test::TestCursorClient
test_cursor_client.cc 17 calls_to_set_cursor_(0),
27 calls_to_set_cursor_++;

Completed in 596 milliseconds