HomeSort by relevance Sort by last modified time
    Searched refs:GetButton (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/ash/test/
shelf_view_test_api.h 42 ShelfButton* GetButton(int index);
shelf_view_test_api.cc 50 ShelfButton* ShelfViewTestAPI::GetButton(int index) {
  /external/chromium_org/ppapi/examples/file_chooser/
file_chooser.cc 28 if (mouse_event.GetButton() == PP_INPUTEVENT_MOUSEBUTTON_LEFT)
30 else if (mouse_event.GetButton() == PP_INPUTEVENT_MOUSEBUTTON_RIGHT)
  /external/chromium_org/ash/shelf/
shelf_unittest.cc 102 ShelfButton* button = test_api()->GetButton(index);
128 ShelfButton* button = test_api()->GetButton(index);
shelf_view_unittest.cc 395 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();
    [all...]
  /external/chromium_org/mojo/examples/keyboard/
keyboard_view.cc 121 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) {
212 views::LabelButton* button = GetButton(static_cast<int>(i),
keyboard_view.h 71 views::LabelButton* GetButton(int row, int column);
  /external/chromium_org/pdf/
button.cc 87 if (mouse_event.GetButton() == PP_INPUTEVENT_MOUSEBUTTON_LEFT) {
93 if (mouse_event.GetButton() == PP_INPUTEVENT_MOUSEBUTTON_LEFT &&
fading_controls.cc 71 mouse_event.GetButton() == PP_INPUTEVENT_MOUSEBUTTON_LEFT)
84 mouse_event.GetButton(),
out_of_process_instance.cc 452 mouse_event.GetButton(),
476 mouse_event.GetButton(),
    [all...]
instance.cc 396 mouse_event.GetButton(),
479 mouse_event.GetButton(),
    [all...]
  /external/chromium_org/ppapi/examples/2d/
paint_manager_example.cc 56 if (mouse_event.GetButton() == PP_INPUTEVENT_MOUSEBUTTON_LEFT) {
65 if (mouse_event.GetButton() == PP_INPUTEVENT_MOUSEBUTTON_LEFT) {
  /external/chromium_org/ppapi/examples/input/
pointer_event_input.cc 56 if (mouse_event.GetButton() == PP_INPUTEVENT_MOUSEBUTTON_LEFT) {
65 if (mouse_event.GetButton() == PP_INPUTEVENT_MOUSEBUTTON_LEFT) {
  /external/chromium_org/ppapi/cpp/
input_event.h 138 /// GetButton() returns the mouse position for a mouse input event.
143 PP_InputEvent_MouseButton GetButton() const;
input_event.cc 116 PP_InputEvent_MouseButton MouseInputEvent::GetButton() const {
119 return get_interface<PPB_MouseInputEvent_1_1>()->GetButton(pp_resource());
  /external/chromium_org/ppapi/c/
ppb_input_event.h 524 * GetButton() returns the mouse button that generated a mouse down or up
534 PP_InputEvent_MouseButton (*GetButton)(PP_Resource mouse_event);
578 PP_InputEvent_MouseButton (*GetButton)(PP_Resource mouse_event);
    [all...]
  /external/chromium_org/ppapi/api/
ppb_input_event.idl 550 * GetButton() returns the mouse button that generated a mouse down or up
560 PP_InputEvent_MouseButton GetButton([in] PP_Resource mouse_event);
    [all...]
  /external/chromium_org/ppapi/tests/
test_input_event.cc 234 mouse_input_event_interface_->GetButton(received) ==
235 mouse_input_event_interface_->GetButton(expected) &&
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_2d/
graphics_2d.cc 89 if (mouse_event.GetButton() == PP_INPUTEVENT_MOUSEBUTTON_NONE)
  /external/chromium_org/native_client_sdk/src/examples/api/input_event/
input_event.cc 162 << " button:" << MouseButtonToString(mouse_event.GetButton())
  /external/chromium_org/ppapi/examples/mouse_lock/
mouse_lock.cc 54 if (mouse_event.GetButton() == PP_INPUTEVENT_MOUSEBUTTON_LEFT &&
  /external/chromium_org/remoting/client/plugin/
pepper_input_handler.cc 82 switch (pp_mouse_event.GetButton()) {
  /external/chromium_org/native_client_sdk/src/examples/api/video_decode/
video_decode.cc 426 if (mouse_event.GetButton() == PP_INPUTEVENT_MOUSEBUTTON_LEFT) {
  /external/chromium_org/ppapi/examples/video_decode/
video_decode.cc 427 if (mouse_event.GetButton() == PP_INPUTEVENT_MOUSEBUTTON_LEFT) {
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_browsertest.cc 275 ash::ShelfButton* button = test->GetButton(index);
    [all...]

Completed in 413 milliseconds

1 2