Searched defs:gfx (Results 1 - 25 of 104) sorted by relevance

12345

/external/chromium/chrome/browser/
H A Dntp_background_util.h9 namespace gfx { namespace
25 ui::ThemeProvider* tp, gfx::Canvas* canvas,
26 const gfx::Rect& area, int tab_contents_height);
/external/chromium/chrome/browser/ui/cocoa/notifications/
H A Dballoon_view_bridge.h13 namespace gfx { namespace
29 virtual gfx::Size GetSize() const;
/external/chromium/chrome/browser/ui/views/
H A Dbrowser_dialogs.h11 #include "ui/gfx/native_widget_types.h"
31 namespace gfx { namespace
44 const gfx::Rect& bounds,
53 views::Window* ShowAboutChromeView(gfx::NativeWindow parent,
67 void ShowLoginWizard(const std::string& start_screen, const gfx::Size& size);
75 void EditSearchEngine(gfx::NativeWindow parent,
81 void ShowRepostFormWarningDialog(gfx::NativeWindow parent_window,
85 void ShowCollectedCookiesDialog(gfx::NativeWindow parent_window,
90 void ShowCreateWebAppShortcutsDialog(gfx::NativeWindow parent_window,
94 void ShowCreateChromeAppShortcutsDialog(gfx
[all...]
H A Dwindow.h9 #include "ui/gfx/native_widget_types.h"
11 namespace gfx { namespace
23 views::Window* CreateViewsWindow(gfx::NativeWindow parent,
24 const gfx::Rect& bounds,
H A Dprofile_menu_button.h13 namespace gfx { namespace
/external/chromium/chrome/browser/ui/webui/
H A Dbug_report_ui.h11 namespace gfx { namespace
13 } // namespace gfx
H A Dfileicon_source.h17 namespace gfx { namespace
38 gfx::Image* icon);
/external/chromium/chrome/browser/ui/window_snapshot/
H A Dwindow_snapshot.h11 #include "ui/gfx/native_widget_types.h"
13 namespace gfx { namespace
21 gfx::Rect GrabWindowSnapshot(gfx::NativeWindow window,
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_popup_view.h17 namespace gfx { namespace
38 virtual gfx::Rect GetTargetBounds() = 0;
/external/chromium/chrome/browser/chromeos/login/
H A Ddom_login_display_host.h12 #include "ui/gfx/rect.h"
14 namespace gfx { namespace
16 } // namespace gfx
24 explicit DOMLoginDisplayHost(const gfx::Rect& background_bounds);
30 virtual gfx::NativeWindow GetNativeWindow() const OVERRIDE;
H A Ddom_login_display.h17 namespace gfx { namespace
19 } // namespace gfx
H A Dnetwork_screen_delegate.h12 namespace gfx { namespace
14 } // namespace gfx
34 virtual gfx::Size size() const = 0;
/external/chromium/chrome/browser/extensions/
H A Dbrowser_action_test_util.h15 namespace gfx { namespace
18 } // namespace gfx
53 gfx::Rect GetPopupBounds();
62 static gfx::Size GetMinPopupSize();
65 static gfx::Size GetMaxPopupSize();
/external/chromium/chrome/browser/instant/
H A Dinstant_delegate.h14 namespace gfx { namespace
45 virtual gfx::Rect GetInstantBounds() = 0;
H A Dinstant_loader_delegate.h14 namespace gfx { namespace
33 virtual gfx::Rect GetInstantBounds() = 0;
/external/chromium/chrome/browser/ui/gtk/
H A Dtabstrip_origin_provider.h9 namespace gfx{ namespace
28 virtual gfx::Point GetTabStripOriginForWidget(GtkWidget* widget) = 0;
/external/chromium/chrome/browser/ui/views/tabs/
H A Dnative_view_photobooth.h10 #include "ui/gfx/native_widget_types.h"
12 namespace gfx { namespace
31 static NativeViewPhotobooth* Create(gfx::NativeView initial_view);
37 virtual void Replace(gfx::NativeView new_view) = 0;
41 virtual void PaintScreenshotIntoCanvas(gfx::Canvas* canvas,
42 const gfx::Rect& target_bounds) = 0;
H A Dtab_strip_controller.h13 namespace gfx { namespace
61 virtual void ShowContextMenuForTab(BaseTab* tab, const gfx::Point& p) = 0;
/external/chromium/chrome/browser/autofill/
H A Dautofill_dialog.h15 namespace gfx { namespace
19 #include "ui/gfx/native_widget_types.h"
50 void ShowAutoFillDialog(gfx::NativeView parent,
/external/chromium/chrome/browser/chromeos/
H A Dnative_dialog_window.h9 #include "ui/gfx/native_widget_types.h"
11 namespace gfx { namespace
14 } // namespace gfx
29 void ShowNativeDialog(gfx::NativeWindow parent,
30 gfx::NativeView native_dialog,
32 const gfx::Size& size,
33 const gfx::Size& min_size);
36 gfx::NativeWindow GetNativeDialogWindow(gfx::NativeView native_dialog);
39 gfx
[all...]
H A Dwm_overview_title.h15 namespace gfx { namespace
29 void Init(const gfx::Size& size, WmOverviewSnapshot* snapshot);
/external/chromium/chrome/browser/tabs/
H A Dtab_strip_model_delegate.h18 namespace gfx { namespace
52 const gfx::Rect& window_bounds,
/external/chromium/chrome/browser/ui/
H A Dstatus_bubble.h12 namespace gfx { namespace
52 virtual void MouseMoved(const gfx::Point& position, bool left_content) = 0;
/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dtouch_autocomplete_popup_contents_view.h16 namespace gfx { namespace
29 const gfx::Font& font,
30 const gfx::Font& bold_font);
36 virtual void PaintMatch(gfx::Canvas* canvas,
47 TouchAutocompletePopupContentsView(const gfx::Font& font,
60 virtual void PaintResultViews(gfx::CanvasSkia* canvas);
65 const gfx::Font& font,
66 const gfx::Font& bold_font);
/external/chromium/chrome/browser/ui/views/frame/
H A Dnative_browser_frame.h11 namespace gfx { namespace

Completed in 338 milliseconds

12345