OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:target_allocation
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
947
GtkAllocation
target_allocation
;
local
948
gtk_widget_get_allocation(target, &
target_allocation
);
949
x +=
target_allocation
.x;
950
y +=
target_allocation
.y;
[
all
...]
Completed in 164 milliseconds