OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetBackgroundOffset
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/ui/views/tabs/
abstract_tab_strip_view.h
34
virtual void
SetBackgroundOffset
(const gfx::Point& offset) = 0;
side_tab_strip.h
24
virtual void
SetBackgroundOffset
(const gfx::Point& offset) OVERRIDE;
tab_strip.h
60
virtual void
SetBackgroundOffset
(const gfx::Point& offset) OVERRIDE;
side_tab_strip.cc
154
void SideTabStrip::
SetBackgroundOffset
(const gfx::Point& offset) {
tab_strip.cc
193
void TabStrip::
SetBackgroundOffset
(const gfx::Point& offset) {
[
all
...]
/external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.h
31
virtual void
SetBackgroundOffset
(const gfx::Point& offset);
touch_tab_strip.cc
57
void TouchTabStrip::
SetBackgroundOffset
(const gfx::Point& offset) {
/external/chromium/chrome/browser/ui/views/frame/
browser_view_layout.cc
252
tabstrip_->
SetBackgroundOffset
(gfx::Point(
Completed in 54 milliseconds