HomeSort by relevance Sort by last modified time
    Searched refs:contents_rect (Results 1 - 12 of 12) 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_org/chrome/browser/ui/views/tabs/
native_view_photobooth_win.cc 147 RECT contents_rect; local
148 GetClientRect(initial_hwnd, &contents_rect);
151 contents_rect.right - contents_rect.left,
152 contents_rect.bottom - contents_rect.top);
  /external/chromium_org/ui/app_list/views/
app_list_background.cc 69 gfx::Rect contents_rect(bounds.x(),
75 canvas->DrawRect(contents_rect, paint);
  /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_org/chrome/browser/ui/views/notifications/
balloon_view_views.cc 183 gfx::Rect contents_rect = GetContentsRectangle();
184 html_container_->SetBounds(contents_rect);
188 GetContentsMask(contents_rect, &path);
203 gfx::Rect contents_rect = GetContentsRectangle(); local
204 html_container_->SetBounds(contents_rect);
205 html_contents_->SetPreferredSize(contents_rect.size());
209 view->SetSize(contents_rect.size());
240 gfx::Rect contents_rect = GetContentsRectangle(); local
241 html_container_->SetBounds(contents_rect);
242 GetContentsMask(contents_rect, &path)
    [all...]
balloon_view_views.h 91 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_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc 127 gfx::Rect contents_rect = GetContentsBounds(); local
129 contents_rect.Inset(left_margin_,
133 int top = contents_rect.y();
137 v->SetBounds(contents_rect.x(), top, contents_rect.width(),
  /external/chromium_org/chrome/browser/ui/gtk/
browser_window_gtk.cc 2284 GtkAllocation contents_rect; local
2356 GtkAllocation contents_rect; local
    [all...]
  /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());
  /external/chromium_org/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc 205 gfx::Rect contents_rect = GetContentsRectangle(); local
206 html_contents_->UpdateActualSize(contents_rect.size());

Completed in 308 milliseconds