OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:drop_indicator_width
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/views/tabs/
tab_strip.cc
57
static int
drop_indicator_width
;
variable
557
if (
drop_indicator_width
== 0) {
560
drop_indicator_width
= drop_image->width();
750
gfx::Point drop_loc(center_x -
drop_indicator_width
/ 2,
753
gfx::Rect drop_bounds(drop_loc.x(), drop_loc.y(),
drop_indicator_width
,
862
gfx::Rect(0, 0,
drop_indicator_width
, drop_indicator_height));
[
all
...]
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
67
static int
drop_indicator_width
;
member in namespace:__anon2369
766
if (
drop_indicator_width
== 0) {
769
drop_indicator_width
= gdk_pixbuf_get_width(drop_image);
1768
drop_indicator_width
, drop_indicator_height);
local
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
88
static int
drop_indicator_width
;
member in namespace:__anon6119
794
if (
drop_indicator_width
== 0) {
797
drop_indicator_width
= gdk_pixbuf_get_width(drop_image);
1915
drop_indicator_width
, drop_indicator_height);
local
[
all
...]
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc
87
static int
drop_indicator_width
;
member in namespace:__anon6374
[
all
...]
Completed in 260 milliseconds