OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:backingStoreCompletelyDirty
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/win/
WebView.h
[
all
...]
WebView.cpp
942
void WebView::updateBackingStore(FrameView* frameView, HDC dc, bool
backingStoreCompletelyDirty
, WindowsToPaint windowsToPaint)
958
if (m_backingStoreBitmap && (m_backingStoreDirtyRegion ||
backingStoreCompletelyDirty
)) {
965
if (!
backingStoreCompletelyDirty
&& m_backingStoreDirtyRegion) {
[
all
...]
Completed in 45 milliseconds