Searched refs:shadow_ (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ui/views/examples/
H A Dbubble_example.h26 Button* shadow_; member in class:views::examples::BubbleExample
H A Dbubble_example.cc74 shadow_ = new LabelButton(this, ASCIIToUTF16("Shadow"));
75 container->AddChildView(shadow_);
103 if (sender == shadow_)
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dapp_non_client_frame_view_ash.cc63 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/
H A Dbuffer_manager.cc108 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);
H A Dbuffer_manager.h164 scoped_ptr<int8[]> shadow_; member in class:gpu::gles2::Buffer
/external/chromium_org/content/browser/web_contents/aura/
H A Dwindow_slider.cc116 shadow_.reset();
143 if (!shadow_.get())
144 shadow_.reset(new ShadowLayerDelegate(translate_layer));
196 base::Unretained(shadow_.release()))));
225 shadow_.reset();
H A Dwindow_slider.h119 scoped_ptr<ShadowLayerDelegate> shadow_; member in class:content::WindowSlider
/external/chromium_org/ui/views/bubble/
H A Dbubble_delegate.h70 BubbleBorder::Shadow shadow() const { return shadow_; }
71 void set_shadow(BubbleBorder::Shadow shadow) { shadow_ = shadow; }
185 BubbleBorder::Shadow shadow_; member in class:views::BubbleDelegateView
H A Dbubble_border.h133 Shadow shadow() const { return shadow_; }
180 Shadow shadow_; member in class:views::BubbleBorder
H A Dbubble_delegate.cc120 shadow_(BubbleBorder::SMALL_SHADOW),
143 shadow_(BubbleBorder::SMALL_SHADOW),
H A Dbubble_border.cc139 shadow_(shadow),

Completed in 334 milliseconds