OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_down
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/remoting/client/plugin/
pepper_input_handler.cc
105
bool
is_down
= (event.GetType() == PP_INPUTEVENT_TYPE_MOUSEDOWN);
local
106
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
475
// Returns the image to use for indicating a drop on a tab. If
is_down
is
477
static gfx::ImageSkia* GetDropArrowImage(bool
is_down
);
tab_strip.cc
[
all
...]
Completed in 417 milliseconds