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

  /sdk/find_java2/src/
WinLauncher2App.cpp 74 // Place all significant initialization in InitInstance
77 BOOL CWinLauncher2App::InitInstance() {
88 CWinApp::InitInstance();
  /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/v8/src/base/
lazy-instance.h 173 static void InitInstance(StorageType* storage) {
182 reinterpret_cast<void(*)(void*)>(&InitInstance), // NOLINT
  /external/google-breakpad/src/client/windows/tests/crash_generation_app/
crash_generation_app.cc 72 BOOL InitInstance(HINSTANCE, int);
115 BOOL InitInstance(HINSTANCE instance, int command_show) {
504 if (!InitInstance(instance, command_show)) {
  /external/pdfium/fpdfsdk/include/javascript/
JS_Object.h 54 virtual FX_BOOL InitInstance(IFXJS_Context* cc){return TRUE;};
  /external/pdfium/fpdfsdk/src/javascript/
global.cpp 99 FX_BOOL CJS_Global::InitInstance(IFXJS_Context* cc)
Document.cpp 145 FX_BOOL CJS_Document::InitInstance(IFXJS_Context* cc)
    [all...]
Field.cpp 113 FX_BOOL CJS_Field::InitInstance(IFXJS_Context* cc)
    [all...]

Completed in 217 milliseconds