OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_selectedBackingStore
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit2/Shared/
PlatformPopupMenuData.h
54
RefPtr<ShareableBitmap>
m_selectedBackingStore
;
PlatformPopupMenuData.cpp
60
m_selectedBackingStore
->createHandle(selectedBackingStoreHandle);
92
data.
m_selectedBackingStore
= ShareableBitmap::create(selectedBackingStoreHandle);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebPopupMenuWin.cpp
83
data.
m_selectedBackingStore
= ShareableBitmap::createShareable(backingStoreSize, ShareableBitmap::SupportsAlpha);
86
OwnPtr<GraphicsContext> selectedBackingStoreContext = data.
m_selectedBackingStore
->createGraphicsContext();
/external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.cpp
842
IntRect selectedIndexRectInBackingStore(0, focusedIndex() * m_itemHeight, m_data.
m_selectedBackingStore
->size().width(), m_itemHeight);
846
m_data.
m_selectedBackingStore
->paint(context, selectedIndexDstPoint, selectedIndexRectInBackingStore);
Completed in 35 milliseconds