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

  /external/chromium_org/remoting/client/plugin/
pepper_input_handler.cc 85 bool is_down = (event.GetType() == PP_INPUTEVENT_TYPE_MOUSEDOWN); local
86 mouse_event.set_button_down(is_down);
  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip.h 206 // Returns the image to use for indicating a drop on a tab. If is_down is
208 static SkBitmap* GetDropArrowImage(bool is_down);
tab_strip.cc 840 SkBitmap* TabStrip::GetDropArrowImage(bool is_down) {
842 is_down ? IDR_TAB_DROP_DOWN : IDR_TAB_DROP_UP);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 372 // Returns the image to use for indicating a drop on a tab. If is_down is
374 static GdkPixbuf* GetDropArrowImage(bool is_down);
tab_strip_gtk.cc     [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 400 // Returns the image to use for indicating a drop on a tab. If is_down is
402 static gfx::Image* GetDropArrowImage(bool is_down);
tab_strip_gtk.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.h 459 // Returns the image to use for indicating a drop on a tab. If is_down is
461 static gfx::ImageSkia* GetDropArrowImage(bool is_down);
tab_strip.cc     [all...]

Completed in 190 milliseconds