Searched refs:lpCmdLine (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/windows/
H A Dsetupexe.cpp5 int PASCAL WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) argument
/external/chromium_org/base/
H A Ddebug_message.cc13 LPSTR lpCmdLine, int nCmdShow) {
12 WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) argument
/external/chromium_org/tools/gyp/test/win/rc-build/
H A Dhello.cpp19 LPTSTR lpCmdLine,
16 _tWinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow) argument
/external/chromium_org/third_party/skia/src/views/win/
H A Dskia_win.cpp28 LPTSTR lpCmdLine,
39 if (!InitInstance (hInstance, nCmdShow, lpCmdLine))
124 BOOL InitInstance(HINSTANCE hInstance, int nCmdShow, LPTSTR lpCmdLine) argument
145 TCHAR* arg = _tcstok_s(lpCmdLine, _T(" "), &next);
26 _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow) argument
/external/skia/src/views/win/
H A Dskia_win.cpp28 LPTSTR lpCmdLine,
39 if (!InitInstance (hInstance, nCmdShow, lpCmdLine))
124 BOOL InitInstance(HINSTANCE hInstance, int nCmdShow, LPTSTR lpCmdLine) argument
145 TCHAR* arg = _tcstok_s(lpCmdLine, _T(" "), &next);
26 _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dmain_winmain.c22 CMDLINE lpCmdLine, int nShowCmd)
21 WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, CMDLINE lpCmdLine, int nShowCmd) argument
/external/chromium_org/tools/win/ChromeDebug/LowLevel/
H A DNativeMethods.cs33 [MarshalAs(UnmanagedType.LPWStr)] string lpCmdLine,
32 CommandLineToArgvW( [MarshalAs(UnmanagedType.LPWStr)] string lpCmdLine, out int pNumArgs) argument
/external/lzma/C/Util/SfxSetup/
H A DSfxSetup.c234 lpCmdLine, int nCmdShow)
256 lpCmdLine = lpCmdLine;
/external/chromium_org/cloud_print/service/win/
H A Dinstaller.cc139 __in LPSTR lpCmdLine,
137 WinMain(__in HINSTANCE hInstance, __in HINSTANCE hPrevInstance, __in LPSTR lpCmdLine, __in int nCmdShow) argument
H A Dcloud_print_service.cc155 bool ParseCommandLine(LPCTSTR lpCmdLine, HRESULT* pnRetCode) { argument
158 command_line.ParseFromString(lpCmdLine);
H A Dcloud_print_service_config.cc443 __in LPSTR lpCmdLine,
441 WinMain(__in HINSTANCE hInstance, __in HINSTANCE hPrevInstance, __in LPSTR lpCmdLine, __in int nCmdShow) argument
/external/chromium_org/cloud_print/virtual_driver/win/install/
H A Dsetup.cc535 __in LPSTR lpCmdLine,
533 WinMain(__in HINSTANCE hInstance, __in HINSTANCE hPrevInstance, __in LPSTR lpCmdLine, __in int nCmdShow) argument

Completed in 330 milliseconds