Searched refs:toolbar_origin (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_non_client_frame_view_ash.cc561 gfx::Point toolbar_origin(toolbar_bounds.origin());
562 View::ConvertPointToTarget(browser_view(), this, &toolbar_origin); local
563 toolbar_bounds.set_origin(toolbar_origin);
H A Dglass_browser_frame_view.cc336 gfx::Point toolbar_origin(toolbar_bounds.origin());
337 View::ConvertPointToTarget(browser_view(), this, &toolbar_origin); local
338 toolbar_bounds.set_origin(toolbar_origin);
H A Dopaque_browser_frame_view.cc646 gfx::Point toolbar_origin(toolbar_bounds.origin());
647 ConvertPointToTarget(browser_view(), this, &toolbar_origin); local
648 toolbar_bounds.set_origin(toolbar_origin);

Completed in 241 milliseconds