OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetLocalBounds
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc
661
gfx::Rect TabRendererGtk::
GetLocalBounds
() {
666
gfx::Rect local_bounds =
GetLocalBounds
();
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc
734
gfx::Rect TabRendererGtk::
GetLocalBounds
() {
739
gfx::Rect local_bounds =
GetLocalBounds
();
[
all
...]
/external/chromium_org/ui/views/
view.cc
360
gfx::Rect contents_bounds(
GetLocalBounds
());
366
gfx::Rect View::
GetLocalBounds
() const {
381
gfx::Rect vis_bounds(
GetLocalBounds
());
760
SchedulePaintInRect(
GetLocalBounds
());
870
gfx::RectF cur_view_bounds_f(cur_view->
GetLocalBounds
());
898
gfx::Rect local_bounds(
GetLocalBounds
());
951
if (
GetLocalBounds
().Intersects(rect)) {
[
all
...]
Completed in 309 milliseconds