OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:platformFunctionPointer
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebKit2/Platform/gtk/
ModuleGtk.cpp
47
void* Module::
platformFunctionPointer
(const char* functionName) const
/external/webkit/Source/WebKit2/Platform/qt/
ModuleQt.cpp
44
void* Module::
platformFunctionPointer
(const char* functionName) const
/external/webkit/Source/WebKit2/Platform/win/
ModuleWin.cpp
48
void* Module::
platformFunctionPointer
(const char* functionName) const
/external/webkit/Source/WebKit2/Platform/
Module.h
64
void*
platformFunctionPointer
(const char* functionName) const;
83
return reinterpret_cast<FunctionType>(
platformFunctionPointer
(functionName));
/external/webkit/Source/WebKit2/Platform/mac/
ModuleMac.mm
62
void* Module::
platformFunctionPointer
(const char* functionName) const
Completed in 160 milliseconds