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

1 2 3 4 56

  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.cc 46 #include "ui/views/background.h"
152 // Combination border/background for the buttons contained in the menu. The
153 // painting of the border/background is done here as TextButton does not always
155 class MenuButtonBackground : public views::Background {
182 // Overridden from views::Background.
379 MenuButtonBackground** background) {
381 string_id, type, index, background, string_id);
387 MenuButtonBackground** background,
404 if (background)
405 *background = bg
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views.cc 32 #include "ui/views/background.h"
563 set_background(Background::CreateSolidBackground(color));
    [all...]
  /frameworks/base/
Android.mk 552 sample_groups := -samplegroup Background \
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_unittest.cc 917 // Tests setting custom background
918 TEST_F(RenderWidgetHostTest, Background) {
932 // Create a checkerboard background to test with.
938 const SkBitmap& background = local
941 // Set the background and make sure we get back a copy.
942 view->SetBackground(background);
945 EXPECT_EQ(background.getSize(), view->GetBackground().getSize());
946 background.lockPixels();
948 EXPECT_TRUE(0 == memcmp(background.getPixels(),
    [all...]
  /external/chromium_org/ui/views/
view.cc 38 #include "ui/views/background.h"
803 void View::set_background(Background* b) {
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 940 milliseconds

1 2 3 4 56