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

  /external/chromium/chrome/browser/ui/views/tabs/
native_view_photobooth_win.cc 148 RECT contents_rect; local
149 GetClientRect(initial_hwnd, &contents_rect);
152 contents_rect.right - contents_rect.left,
153 contents_rect.bottom - contents_rect.top);
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view.cc 175 gfx::Rect contents_rect = GetContentsRectangle();
176 html_container_->SetBounds(contents_rect);
180 GetContentsMask(contents_rect, &path);
197 gfx::Rect contents_rect = GetContentsRectangle(); local
198 html_container_->SetBounds(contents_rect);
199 html_contents_->SetPreferredSize(contents_rect.size());
202 view->SetSize(contents_rect.size());
240 gfx::Rect contents_rect = GetContentsRectangle(); local
241 html_container_->SetBounds(contents_rect);
242 GetContentsMask(contents_rect, &path)
315 gfx::Rect contents_rect = GetContentsRectangle(); local
    [all...]
balloon_view.h 99 void GetContentsMask(const gfx::Rect& contents_rect, gfx::Path* path) const;
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc 249 gfx::Rect contents_rect = GetContentsBounds(); local
250 int top = contents_rect.y();
254 v->SetBounds(contents_rect.x(), top, contents_rect.width(),
592 gfx::Rect contents_rect = GetContentsBounds(); local
593 gfx::Point origin(contents_rect.origin());
595 contents_rect.set_origin(origin);
598 MakeContentsPath(&contents_path, contents_rect);
  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc 204 gfx::Rect contents_rect = GetContentsRectangle(); local
205 html_contents_->UpdateActualSize(contents_rect.size());

Completed in 550 milliseconds