OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestCursorClient
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ui/aura/test/
test_cursor_client.cc
12
TestCursorClient
::
TestCursorClient
(aura::Window* root_window)
22
TestCursorClient
::~
TestCursorClient
() {
26
void
TestCursorClient
::SetCursor(gfx::NativeCursor cursor) {
30
gfx::NativeCursor
TestCursorClient
::GetCursor() const {
34
void
TestCursorClient
::ShowCursor() {
40
void
TestCursorClient
::HideCursor() {
46
void
TestCursorClient
::SetCursorSet(ui::CursorSetType cursor_set) {
49
ui::CursorSetType
TestCursorClient
::GetCursorSet() const
[
all
...]
test_cursor_client.h
20
class
TestCursorClient
: public aura::client::CursorClient {
22
explicit
TestCursorClient
(aura::Window* root_window);
23
virtual ~
TestCursorClient
();
65
DISALLOW_COPY_AND_ASSIGN(
TestCursorClient
);
/external/chromium_org/ui/wm/core/
compound_event_filter_unittest.cc
64
aura::test::
TestCursorClient
cursor_client(root_window());
125
aura::test::
TestCursorClient
cursor_client(root_window());
203
aura::test::
TestCursorClient
cursor_client(root_window());
231
aura::test::
TestCursorClient
cursor_client(root_window());
/external/chromium_org/ui/views/controls/button/
custom_button_unittest.cc
60
aura::test::
TestCursorClient
cursor_client(
124
aura::test::
TestCursorClient
cursor_client(
/external/chromium_org/ui/aura/
window_event_dispatcher_unittest.cc
918
test::
TestCursorClient
cursor_client(root_window());
[
all
...]
/external/chromium_org/ui/chromeos/
touch_exploration_controller_unittest.cc
211
cursor_client_.reset(new aura::test::
TestCursorClient
(root_window()));
417
scoped_ptr<aura::test::
TestCursorClient
> cursor_client_;
[
all
...]
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura_unittest.cc
[
all
...]
Completed in 466 milliseconds