HomeSort by relevance Sort by last modified time
    Searched refs:shadow_ (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/ui/views/examples/
bubble_example.h 26 Button* shadow_; member in class:views::examples::BubbleExample
bubble_example.cc 74 shadow_ = new LabelButton(this, ASCIIToUTF16("Shadow"));
75 container->AddChildView(shadow_);
103 if (sender == shadow_)
  /external/chromium_org/chrome/browser/ui/views/frame/
app_non_client_frame_view_ash.cc 63 shadow_ = rb.GetImageNamed(
77 // should change |shadow_| to a new bitmap which can host only a single
111 return gfx::Size(shadow_->width() - maximize_button_deduction,
112 shadow_->height() + kShadowHeightStretch);
124 canvas->DrawImageInt(*shadow_, 0, kShadowHeightStretch);
148 shadow_->height() - close_button_->height(),
170 const gfx::ImageSkia* shadow_; member in class:AppNonClientFrameViewAsh::ControlView
  /external/chromium_org/gpu/command_buffer/service/
buffer_manager.cc 108 shadow_.reset(new int8[size]);
110 shadow_.reset();
115 memcpy(shadow_.get(), data, size);
117 memset(shadow_.get(), 0, size);
137 memcpy(shadow_.get() + offset, data, size);
151 return shadow_.get() + offset;
203 max_v = GetMaxValue<uint8>(shadow_.get(), offset, count);
210 max_v = GetMaxValue<uint16>(shadow_.get(), offset, count);
217 max_v = GetMaxValue<uint32>(shadow_.get(), offset, count);
buffer_manager.h 164 scoped_ptr<int8[]> shadow_; member in class:gpu::gles2::Buffer
  /external/chromium_org/content/browser/web_contents/aura/
window_slider.cc 116 shadow_.reset();
143 if (!shadow_.get())
144 shadow_.reset(new ShadowLayerDelegate(translate_layer));
196 base::Unretained(shadow_.release()))));
225 shadow_.reset();
window_slider.h 119 scoped_ptr<ShadowLayerDelegate> shadow_; member in class:content::WindowSlider
  /external/chromium_org/ui/views/bubble/
bubble_delegate.h 70 BubbleBorder::Shadow shadow() const { return shadow_; }
71 void set_shadow(BubbleBorder::Shadow shadow) { shadow_ = shadow; }
185 BubbleBorder::Shadow shadow_; member in class:views::BubbleDelegateView
bubble_border.h 133 Shadow shadow() const { return shadow_; }
180 Shadow shadow_; member in class:views::BubbleBorder
bubble_delegate.cc 120 shadow_(BubbleBorder::SMALL_SHADOW),
143 shadow_(BubbleBorder::SMALL_SHADOW),
bubble_border.cc 139 shadow_(shadow),

Completed in 76 milliseconds