OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RefCountedHRGN
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/win/
WebView.h
62
typedef WebCore::RefCountedGDIHandle<HRGN>
RefCountedHRGN
;
[
all
...]
WebView.cpp
821
m_backingStoreDirtyRegion =
RefCountedHRGN
::create(combinedRegion);
823
m_backingStoreDirtyRegion =
RefCountedHRGN
::create(newRegion);
[
all
...]
Completed in 31 milliseconds