HomeSort by relevance Sort by last modified time
    Searched refs:WasSized (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_touch.cc 148 WasSized(size);
230 WasSized(size());
311 void TabContentsViewTouch::WasSized(const gfx::Size& size) {
tab_contents_view_gtk.h 101 void WasSized(const gfx::Size& size);
tab_contents_view_touch.h 95 void WasSized(const gfx::Size& size);
tab_contents_view_views.h 104 void WasSized(const gfx::Size& size);
tab_contents_view_gtk.cc 407 // Always call WasSized() to allow checking to make sure the
409 WasSized(new_size);
438 void TabContentsViewGtk::WasSized(const gfx::Size& size) {

Completed in 214 milliseconds