OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_notSelectedBackingStore
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit2/Shared/
PlatformPopupMenuData.h
53
RefPtr<ShareableBitmap>
m_notSelectedBackingStore
;
PlatformPopupMenuData.cpp
56
m_notSelectedBackingStore
->createHandle(notSelectedBackingStoreHandle);
87
data.
m_notSelectedBackingStore
= ShareableBitmap::create(notSelectedBackingStoreHandle);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebPopupMenuWin.cpp
82
data.
m_notSelectedBackingStore
= ShareableBitmap::createShareable(backingStoreSize, ShareableBitmap::SupportsAlpha);
85
OwnPtr<GraphicsContext> notSelectedBackingStoreContext = data.
m_notSelectedBackingStore
->createGraphicsContext();
/external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.cpp
840
m_data.
m_notSelectedBackingStore
->paint(context, damageRect.location(), translatedDamageRect);
Completed in 72 milliseconds