HomeSort by relevance Sort by last modified time
    Searched defs:InitInstance (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/common/gpu/
gpu_surface_lookup.cc 21 void GpuSurfaceLookup::InitInstance(GpuSurfaceLookup* lookup) {
  /external/chromium_org/content/common/android/
surface_texture_peer.cc 28 void SurfaceTexturePeer::InitInstance(SurfaceTexturePeer* instance) {
  /external/chromium_org/third_party/skia/src/views/win/
skia_win.cpp 22 BOOL InitInstance(HINSTANCE, int, LPTSTR);
39 if (!InitInstance (hInstance, nCmdShow, lpCmdLine))
113 // FUNCTION: InitInstance(HINSTANCE, int, LPTSTR)
124 BOOL InitInstance(HINSTANCE hInstance, int nCmdShow, LPTSTR lpCmdLine)
  /external/skia/src/views/win/
skia_win.cpp 22 BOOL InitInstance(HINSTANCE, int, LPTSTR);
39 if (!InitInstance (hInstance, nCmdShow, lpCmdLine))
113 // FUNCTION: InitInstance(HINSTANCE, int, LPTSTR)
124 BOOL InitInstance(HINSTANCE hInstance, int nCmdShow, LPTSTR lpCmdLine)
  /external/chromium_org/v8/src/
lazy-instance.h 199 static void InitInstance(StorageType* storage) {
208 reinterpret_cast<void(*)(void*)>(&InitInstance), // NOLINT
  /external/v8/src/
lazy-instance.h 195 static void InitInstance(StorageType* storage) {
204 reinterpret_cast<void(*)(void*)>(&InitInstance), // NOLINT

Completed in 1197 milliseconds