HomeSort by relevance Sort by last modified time
    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 126 milliseconds