OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_overhangShadow
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
OverscrollTheme.cpp
36
m_overhangShadow
= Image::loadPlatformResource("overhangShadow");
51
m_overhangShadow
.get(),
52
IntRect(
m_overhangShadow
->width() / 2,
m_overhangShadow
->height() / 2, 1, 1));
57
// Note that for the position, the division
m_overhangShadow
->width() / 2 is an intentional
61
static_cast<int>(rootContentLayer->position().x()) -
m_overhangShadow
->width() / 2,
62
static_cast<int>(rootContentLayer->position().y()) -
m_overhangShadow
->height() / 2,
63
static_cast<int>(rootContentLayer->size().width()) +
m_overhangShadow
->width() - 1,
64
static_cast<int>(rootContentLayer->size().height()) +
m_overhangShadow
->height() - 1);
OverscrollTheme.h
49
RefPtr<Image>
m_overhangShadow
;
Completed in 41 milliseconds