Searched refs:GetButton (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/ppapi/examples/file_chooser/
H A Dfile_chooser.cc28 if (mouse_event.GetButton() == PP_INPUTEVENT_MOUSEBUTTON_LEFT)
30 else if (mouse_event.GetButton() == PP_INPUTEVENT_MOUSEBUTTON_RIGHT)
/external/chromium_org/ash/shelf/
H A Dshelf_unittest.cc102 ShelfButton* button = test_api()->GetButton(index);
128 ShelfButton* button = test_api()->GetButton(index);
H A Dshelf_view_unittest.cc395 return test_api_->GetButton(index);
420 if (test_api_->GetButton(i)) {
434 ShelfButton* button = test_api_->GetButton(button_index);
477 views::View* destination = test_api_->GetButton(destination_index);
490 ShelfButton* button = test_api_->GetButton(i);
545 ShelfButton* drag_button = test_api_for_overflow.GetButton(drag_item_index);
562 test_api_->GetButton(drop_index)->GetBoundsInScreen().CenterPoint();
951 ShelfButton* button = test_api_->GetButton(i);
1305 ShelfButton* button = test_api_->GetButton(i);
1330 ShelfButton* button = test_api_->GetButton(
[all...]
/external/chromium_org/ash/test/
H A Dshelf_view_test_api.h42 ShelfButton* GetButton(int index);
H A Dshelf_view_test_api.cc50 ShelfButton* ShelfViewTestAPI::GetButton(int index) { function in class:ash::test::ShelfViewTestAPI
/external/chromium_org/mojo/examples/keyboard/
H A Dkeyboard_view.cc121 views::View* button = GetButton(row_index, static_cast<int>(i));
153 views::LabelButton* button = GetButton(row_index, static_cast<int>(i));
190 views::LabelButton* KeyboardView::GetButton(int row, int column) { function in class:mojo::examples::KeyboardView
212 views::LabelButton* button = GetButton(static_cast<int>(i),
H A Dkeyboard_view.h71 views::LabelButton* GetButton(int row, int column);
/external/chromium_org/pdf/
H A Dbutton.cc87 if (mouse_event.GetButton() == PP_INPUTEVENT_MOUSEBUTTON_LEFT) {
93 if (mouse_event.GetButton() == PP_INPUTEVENT_MOUSEBUTTON_LEFT &&
H A Dfading_controls.cc71 mouse_event.GetButton() == PP_INPUTEVENT_MOUSEBUTTON_LEFT)
84 mouse_event.GetButton(),
H A Dout_of_process_instance.cc452 mouse_event.GetButton(),
476 mouse_event.GetButton(),
H A Dinstance.cc396 mouse_event.GetButton(),
479 mouse_event.GetButton(),
/external/chromium_org/ppapi/examples/2d/
H A Dpaint_manager_example.cc56 if (mouse_event.GetButton() == PP_INPUTEVENT_MOUSEBUTTON_LEFT) {
65 if (mouse_event.GetButton() == PP_INPUTEVENT_MOUSEBUTTON_LEFT) {
/external/chromium_org/ppapi/examples/input/
H A Dpointer_event_input.cc56 if (mouse_event.GetButton() == PP_INPUTEVENT_MOUSEBUTTON_LEFT) {
65 if (mouse_event.GetButton() == PP_INPUTEVENT_MOUSEBUTTON_LEFT) {
/external/chromium_org/ppapi/cpp/
H A Dinput_event.h138 /// GetButton() returns the mouse position for a mouse input event.
143 PP_InputEvent_MouseButton GetButton() const;
H A Dinput_event.cc116 PP_InputEvent_MouseButton MouseInputEvent::GetButton() const { function in class:pp::MouseInputEvent
119 return get_interface<PPB_MouseInputEvent_1_1>()->GetButton(pp_resource());
/external/chromium_org/ppapi/c/
H A Dppb_input_event.h524 * GetButton() returns the mouse button that generated a mouse down or up
534 PP_InputEvent_MouseButton (*GetButton)(PP_Resource mouse_event); member in struct:PPB_MouseInputEvent_1_1
578 PP_InputEvent_MouseButton (*GetButton)(PP_Resource mouse_event); member in struct:PPB_MouseInputEvent_1_0
/external/chromium_org/ppapi/tests/
H A Dtest_input_event.cc234 mouse_input_event_interface_->GetButton(received) ==
235 mouse_input_event_interface_->GetButton(expected) &&
/external/chromium_org/ppapi/api/
H A Dppb_input_event.idl550 * GetButton() returns the mouse button that generated a mouse down or up
560 PP_InputEvent_MouseButton GetButton([in] PP_Resource mouse_event);
/external/chromium_org/native_client_sdk/src/examples/api/graphics_2d/
H A Dgraphics_2d.cc89 if (mouse_event.GetButton() == PP_INPUTEVENT_MOUSEBUTTON_NONE)
/external/chromium_org/native_client_sdk/src/examples/api/input_event/
H A Dinput_event.cc162 << " button:" << MouseButtonToString(mouse_event.GetButton())
/external/chromium_org/ppapi/examples/mouse_lock/
H A Dmouse_lock.cc54 if (mouse_event.GetButton() == PP_INPUTEVENT_MOUSEBUTTON_LEFT &&
/external/chromium_org/remoting/client/plugin/
H A Dpepper_input_handler.cc82 switch (pp_mouse_event.GetButton()) {
/external/chromium_org/native_client_sdk/src/examples/api/video_decode/
H A Dvideo_decode.cc426 if (mouse_event.GetButton() == PP_INPUTEVENT_MOUSEBUTTON_LEFT) {
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc427 if (mouse_event.GetButton() == PP_INPUTEVENT_MOUSEBUTTON_LEFT) {
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_browsertest.cc275 ash::ShelfButton* button = test->GetButton(index);
1855 ash::ShelfButton* button = test.GetButton(browser_index);

Completed in 685 milliseconds

12