HomeSort by relevance Sort by last modified time
    Searched refs:Background (Results 101 - 111 of 111) sorted by null

1 2 3 45

  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 181 // Paint background for detached state; if animating, this is fade in/out.
214 // Paint background for attached state, this is fade in/out.
300 // This object serves as the views::Background object which is used to layout
302 class BookmarkExtensionBackground : public views::Background {
308 // View methods overridden from views:Background.
314 // The view hosting this background.
356 // - fade out attached background
357 // - fade in detached background.
367 // - fade out detached background
368 // - fade in attached background
    [all...]
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 37 #include "ui/views/background.h"
61 class CalloutWidgetBackground : public views::Background {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 34 #include "ui/views/background.h"
579 views::Background::CreateSolidBackground(kBackgroundHighlight));
    [all...]
  /external/chromium_org/chrome/browser/ui/views/profiles/
avatar_menu_bubble_view.cc 360 set_background(views::Background::CreateSolidBackground(color));
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc 89 #include "ui/views/background.h"
236 // Determine the font for use inside the bubbles. The bubble background
245 GetColor(ToolbarModel::NONE, LocationBarView::BACKGROUND);
264 // turned on. Use the same font with the omnibox and highlighted background.
269 views::Background::CreateSolidBackground(GetNativeTheme()->GetSystemColor(
371 case BACKGROUND:
386 GetColor(security_level, BACKGROUND),
411 color, GetColor(security_level, BACKGROUND));
    [all...]
  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.cc 50 #include "ui/views/background.h"
122 // Combination border/background for the buttons contained in the menu. The
123 // painting of the border/background is done here as LabelButton does not always
125 class InMenuButtonBackground : public views::Background {
150 // Overridden from views::Background.
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_unittest.cc 775 // Tests setting background transparency.
776 TEST_F(RenderWidgetHostTest, Background) {
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 25 #include "ui/views/background.h"
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
gallery.js 250 * Time until mosaic is initialized in the background. Used to make gallery
1023 * @param {Object} backgroundComponents Background components.
  /external/chromium_org/ui/views/
view.cc 38 #include "ui/views/background.h"
831 void View::set_background(Background* b) {
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_manager.js 266 * Background page.
945 this.backgroundPage_.background.fileOperationManager;
969 this.backgroundPage_.background.progressCenter);
996 this.backgroundPage_.background.progressCenter.updateItem(item);
1189 * Initialize the background page.
1196 this.backgroundPage_.background.ready(function() {
1197 loadTimeData.data = this.backgroundPage_.background.stringData;
    [all...]

Completed in 1456 milliseconds

1 2 3 45