OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBackground
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/ui/views/infobars/
translate_infobar_base.h
45
const views::Background&
GetBackground
();
translate_infobar_base.cc
95
GetBackground
().Paint(canvas, this);
113
const views::Background& TranslateInfoBarBase::
GetBackground
() {
/external/chromium/chrome/browser/ui/views/infobars/
translate_infobar_base.h
48
const views::Background&
GetBackground
();
translate_infobar_base.cc
104
GetBackground
().Paint(canvas, this);
121
const views::Background& TranslateInfoBarBase::
GetBackground
() {
/external/chromium_org/content/public/browser/
render_widget_host_view.h
113
virtual const SkBitmap&
GetBackground
() = 0;
/external/chromium_org/ash/wm/
lock_state_controller.cc
41
aura::Window*
GetBackground
() {
48
return !
GetBackground
()->IsVisible();
53
GetBackground
()->layer()->GetAnimator());
55
GetBackground
()->Show();
60
GetBackground
()->layer()->GetAnimator());
62
GetBackground
()->Hide();
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.h
54
virtual const SkBitmap&
GetBackground
() OVERRIDE;
render_widget_host_unittest.cc
943
EXPECT_EQ(4, view->
GetBackground
().width());
944
EXPECT_EQ(4, view->
GetBackground
().height());
945
EXPECT_EQ(background.getSize(), view->
GetBackground
().getSize());
947
view->
GetBackground
().lockPixels();
949
view->
GetBackground
().getPixels()
[
all
...]
render_widget_host_view_base.cc
408
const SkBitmap& RenderWidgetHostViewBase::
GetBackground
() {
Completed in 54 milliseconds