OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_instanceHandle
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/win/
WebCoreInstanceHandle.cpp
31
HINSTANCE
s_instanceHandle
;
WebCoreInstanceHandle.h
34
extern HINSTANCE
s_instanceHandle
;
36
inline void setInstanceHandle(HINSTANCE instanceHandle) {
s_instanceHandle
= instanceHandle; }
37
inline HINSTANCE instanceHandle() { return
s_instanceHandle
; }
Completed in 594 milliseconds