OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p2_x
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
86
int
p2_x
= static_cast<const GdkRectangle*>(p2)->x;
local
87
if (p1_x <
p2_x
)
89
else if (p1_x ==
p2_x
)
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
107
int
p2_x
= static_cast<const GdkRectangle*>(p2)->x;
local
108
if (p1_x <
p2_x
)
110
else if (p1_x ==
p2_x
)
[
all
...]
Completed in 33 milliseconds