Searched defs:contents_rect (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
H A Dnative_view_photobooth_win.cc148 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/gtk/notifications/
H A Dballoon_view_gtk.cc204 gfx::Rect contents_rect = GetContentsRectangle(); local
205 html_contents_->UpdateActualSize(contents_rect.size());
/external/chromium/chrome/browser/ui/views/notifications/
H A Dballoon_view.cc175 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,
315 gfx::Rect contents_rect = GetContentsRectangle(); local
[all...]
/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dautocomplete_popup_contents_view.cc249 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);

Completed in 287 milliseconds