/external/chromium/chrome/browser/chromeos/login/ |
user_view.cc | 16 #include "ui/gfx/canvas.h" 17 #include "ui/gfx/canvas_skia.h" 18 #include "ui/gfx/gtk_util.h" 19 #include "ui/gfx/rect.h" 45 virtual void Paint(int w, int h, gfx::Canvas* canvas) { 71 const gfx::Font& font = rb.GetFont(ResourceBundle::SmallFont); 98 gfx::Size label = active_user_label_->GetPreferredSize(); 99 gfx::Size button = signout_link_->GetPreferredSize(); 109 virtual gfx::Size GetPreferredSize() { 110 gfx::Size label = active_user_label_->GetPreferredSize() [all...] |
username_view.cc | 16 #include "ui/gfx/canvas.h" 17 #include "ui/gfx/canvas_skia.h" 18 #include "ui/gfx/gtk_util.h" 19 #include "ui/gfx/rect.h" 48 gfx::Rect frame_bounds = this->bounds(); 59 virtual void DrawFrame(gfx::Canvas* canvas) { 84 void UsernameView::OnPaint(gfx::Canvas* canvas) { 85 gfx::Rect bounds = GetContentsBounds(); 90 gfx::Size(text_image_->width(), text_image_->height())); 100 gfx::NativeCursor UsernameView::GetCursorForPoint [all...] |
login_html_dialog.cc | 13 #include "ui/gfx/native_widget_types.h" 14 #include "ui/gfx/rect.h" 15 #include "ui/gfx/size.h" 46 gfx::NativeWindow parent_window, 57 gfx::Rect screen_bounds(chromeos::CalculateScreenBounds(gfx::Size())); 72 parent_window_, gfx::Rect(), 79 views::Window::CreateChromeWindow(parent_window_, gfx::Rect(), html_view); 122 void LoginHtmlDialog::GetDialogSize(gfx::Size* size) const {
|
screen_lock_view.h | 48 gfx::Rect GetPasswordBoundsRelativeTo(const views::View* view); 53 virtual gfx::Size GetPreferredSize();
|
/external/chromium/chrome/browser/ui/views/importer/ |
import_lock_dialog_view.cc | 26 void ShowImportLockDialog(gfx::NativeWindow parent, 35 void ImportLockDialogView::Show(gfx::NativeWindow parent, 38 NULL, gfx::Rect(), 55 gfx::Size ImportLockDialogView::GetPreferredSize() { 56 return gfx::Size(views::Window::GetLocalizedContentsSize(
|
/external/chromium/chrome/common/ |
print_messages.h | 11 #include "ui/gfx/native_widget_types.h" 12 #include "ui/gfx/rect.h" 20 IPC_STRUCT_MEMBER(gfx::Size, page_size) 23 IPC_STRUCT_MEMBER(gfx::Size, printable_size) 106 IPC_STRUCT_MEMBER(gfx::Size, page_size) 109 IPC_STRUCT_MEMBER(gfx::Rect, content_area) 118 IPC_STRUCT_MEMBER(gfx::NativeViewId, host_window_id)
|
/external/webkit/Source/WebKit/chromium/public/ |
WebRect.h | 39 #include <ui/gfx/rect.h> 91 WebRect(const gfx::Rect& r) 99 WebRect& operator=(const gfx::Rect& r) 108 operator gfx::Rect() const 110 return gfx::Rect(x, y, width, height);
|
/external/chromium/chrome/browser/ui/views/ |
fullscreen_exit_bubble.cc | 14 #include "ui/gfx/canvas_skia.h" 35 virtual gfx::Size GetPreferredSize(); 42 virtual void OnPaint(gfx::Canvas* canvas); 73 gfx::Size FullscreenExitBubble::FullscreenExitView::GetPreferredSize() { 74 gfx::Size preferred_size(link_.GetPreferredSize()); 80 gfx::Size link_preferred_size(link_.GetPreferredSize()); 86 void FullscreenExitBubble::FullscreenExitView::OnPaint(gfx::Canvas* canvas) { 147 gfx::Point cursor_pos = views::Screen::GetCursorScreenPoint(); 175 gfx::Rect popup_rect(GetPopupRect(false)); 209 gfx::Point cursor_pos = views::Screen::GetCursorScreenPoint() [all...] |
constrained_window_views.cc | 24 #include "ui/gfx/canvas.h" 25 #include "ui/gfx/font.h" 26 #include "ui/gfx/path.h" 27 #include "ui/gfx/rect.h" 156 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE; 158 virtual gfx::Rect GetWindowBoundsForClientBounds( 159 const gfx::Rect& client_bounds) const OVERRIDE; 160 virtual int NonClientHitTest(const gfx::Point& point) OVERRIDE; 161 virtual void GetWindowMask(const gfx::Size& size, gfx::Path* window_mask [all...] |
find_bar_host.cc | 110 void FindBarHost::MoveWindowIfNecessary(const gfx::Rect& selection_rect, 121 gfx::Rect new_pos = GetDialogPosition(selection_rect); 191 bool FindBarHost::GetFindBarWindowInfo(gfx::Point* position, 203 *position = gfx::Point(); 209 gfx::Rect window_rect = host()->GetWindowScreenBounds(); 232 gfx::Rect FindBarHost::GetDialogPosition(gfx::Rect avoid_overlapping_rect) { 234 gfx::Rect widget_bounds; 237 return gfx::Rect(); 240 gfx::Size prefsize = view()->GetPreferredSize() [all...] |
about_chrome_view.h | 52 virtual gfx::Size GetPreferredSize(); 54 virtual void OnPaint(gfx::Canvas* canvas); 112 gfx::Rect chromium_url_rect_; 114 gfx::Rect open_source_url_rect_; 116 gfx::Rect terms_of_service_url_rect_; 125 gfx::Size dialog_dimensions_;
|
sad_tab_view.cc | 18 #include "ui/gfx/canvas.h" 19 #include "ui/gfx/canvas_skia.h" 20 #include "ui/gfx/size.h" 21 #include "ui/gfx/skia_util.h" 49 gfx::Font* SadTabView::title_font_ = NULL; 50 gfx::Font* SadTabView::message_font_ = NULL; 75 void SadTabView::OnPaint(gfx::Canvas* canvas) { 78 gfx::CreateGradientShader( 93 gfx::Canvas::TEXT_ALIGN_CENTER); 98 gfx::Canvas::MULTI_LINE) [all...] |
/external/chromium/chrome/browser/ui/views/tab_contents/ |
tab_contents_view_touch.cc | 18 #include "ui/gfx/canvas_skia_paint.h" 19 #include "ui/gfx/point.h" 20 #include "ui/gfx/rect.h" 21 #include "ui/gfx/size.h" 69 void TabContentsViewTouch::CreateView(const gfx::Size& initial_size) { 70 SetBoundsRect(gfx::Rect(bounds().origin(), initial_size)); 102 gfx::NativeView TabContentsViewTouch::GetNativeView() const { 106 gfx::NativeView TabContentsViewTouch::GetContentNativeView() const { 113 gfx::NativeWindow TabContentsViewTouch::GetTopLevelNativeWindow() const { 118 void TabContentsViewTouch::GetContainerBounds(gfx::Rect* out) const [all...] |
/external/chromium/chrome/browser/ |
platform_util_win.cc | 28 #include "ui/gfx/native_widget_types.h" 164 gfx::NativeWindow GetTopLevel(gfx::NativeView view) { 168 gfx::NativeView GetParent(gfx::NativeView view) { 172 bool IsWindowActive(gfx::NativeWindow window) { 176 void ActivateWindow(gfx::NativeWindow window) { 180 bool IsVisible(gfx::NativeView view) { 185 void SimpleErrorBox(gfx::NativeWindow parent, 192 bool SimpleYesNoBox(gfx::NativeWindow parent [all...] |
/external/chromium/chrome/browser/ui/views/autocomplete/ |
touch_autocomplete_popup_contents_view.cc | 9 #include "ui/gfx/canvas.h" 10 #include "ui/gfx/canvas_skia.h" 11 #include "ui/gfx/font.h" 12 #include "ui/gfx/path.h" 13 #include "ui/gfx/rect.h" 14 #include "ui/gfx/size.h" 24 const gfx::Font& font, 25 const gfx::Font& bold_font) 32 void TouchAutocompleteResultView::PaintMatch(gfx::Canvas* canvas, 55 const gfx::Font& font [all...] |
autocomplete_popup_contents_view.cc | 24 #include "ui/gfx/canvas_skia.h" 25 #include "ui/gfx/insets.h" 26 #include "ui/gfx/path.h" 46 #include "ui/gfx/skia_utils_gtk.h" 54 // to gfx::Font::DeriveFont. 84 virtual void Paint(const views::View& view, gfx::Canvas* canvas) const { 95 virtual void GetInsets(gfx::Insets* insets) const { 110 gfx::Insets insets(h, w, h, w); 127 const gfx::Font& label_font, 128 const gfx::Font& button_font [all...] |
/external/chromium/chrome/browser/ui/views/tabs/ |
base_tab.h | 19 namespace gfx { namespace 93 virtual bool GetTooltipText(const gfx::Point& p, 119 void PaintIcon(gfx::Canvas* canvas); 120 void PaintTitle(gfx::Canvas* canvas, SkColor title_color); 133 const gfx::Point& p, 137 virtual const gfx::Rect& GetTitleBounds() const = 0; 138 virtual const gfx::Rect& GetIconBounds() const = 0; 144 static gfx::Font* font() { return font_; } 211 static gfx::Font* font_;
|
base_tab_strip.h | 43 const gfx::Rect& ideal_bounds(int tab_data_index) { 125 const gfx::Point& p) OVERRIDE; 135 const gfx::Point& tab_in_tab_coordinates) OVERRIDE; 144 gfx::Rect ideal_bounds; 189 const gfx::Point& location, 196 std::vector<gfx::Rect>* bounds) = 0; 198 void set_ideal_bounds(int index, const gfx::Rect& bounds) { 241 BaseTab* GetTabAtLocal(const gfx::Point& local_point); 272 gfx::Size last_layout_size_;
|
/external/chromium/chrome/browser/download/ |
download_util.h | 16 #include "ui/gfx/native_widget_types.h" 22 namespace gfx { namespace 169 void PaintDownloadProgress(gfx::Canvas* canvas, 179 void PaintDownloadComplete(gfx::Canvas* canvas, 188 void PaintDownloadInterrupted(gfx::Canvas* canvas, 203 gfx::Image* icon, 204 gfx::NativeView view);
|
/external/chromium/chrome/browser/notifications/ |
balloon_host.h | 41 virtual gfx::NativeView GetNativeViewOfHost(); 82 const gfx::Rect& initial_pos, 85 const gfx::Rect& initial_pos) {} 88 virtual void ShowPopupMenu(const gfx::Rect& bounds, 99 const gfx::Point&) {} 114 virtual void UpdatePreferredSize(const gfx::Size& pref_size);
|
/external/chromium/chrome/browser/ui/cocoa/ |
browser_window_cocoa.h | 37 virtual void SetBounds(const gfx::Rect& bounds); 43 virtual gfx::NativeWindow GetNativeHandle(); 52 virtual gfx::Rect GetRestoredBounds() const; 53 virtual gfx::Rect GetBounds() const; 87 gfx::NativeWindow parent_window); 111 virtual gfx::Rect GetInstantBounds();
|
/external/chromium/chrome/browser/ui/gtk/ |
browser_window_gtk.h | 24 #include "ui/gfx/rect.h" 59 virtual void SetBounds(const gfx::Rect& bounds); 65 virtual gfx::NativeWindow GetNativeHandle(); 74 virtual gfx::Rect GetRestoredBounds() const; 75 virtual gfx::Rect GetBounds() const; 109 gfx::NativeWindow parent_window); 132 virtual gfx::Rect GetInstantBounds(); 186 gfx::NativeWindow window); 198 gfx::Rect bounds() const { return bounds_; } 295 void SetBoundsImpl(const gfx::Rect& bounds, bool exterior, bool move) [all...] |
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_bar_view.h | 121 virtual gfx::Size GetPreferredSize() OVERRIDE; 122 virtual gfx::Size GetMinimumSize() OVERRIDE; 126 virtual void PaintChildren(gfx::Canvas* canvas) OVERRIDE; 136 virtual void ShowContextMenu(const gfx::Point& p, bool is_mouse_gesture) 217 const BookmarkNode* GetNodeForButtonAt(const gfx::Point& loc, 249 const gfx::Point& screen_loc, 359 const gfx::Point& press_pt, 363 const gfx::Point& p) OVERRIDE; 366 const gfx::Point& press_pt, 367 const gfx::Point& p) OVERRIDE [all...] |
/external/chromium/chrome/browser/automation/ |
ui_controls.h | 16 #include "ui/gfx/native_widget_types.h" 17 #include "ui/gfx/point.h" 48 bool SendKeyPress(gfx::NativeWindow window, 54 bool SendKeyPressNotifyWhenDone(gfx::NativeWindow window,
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_folder_editor_controller.h | 12 #include "ui/gfx/native_widget_types.h" 31 gfx::NativeWindow wnd, 38 gfx::NativeWindow wnd,
|