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

  /external/chromium/chrome/browser/ui/
browser_init.h 36 bool Start(const CommandLine& cmd_line, const FilePath& cur_dir,
38 return ProcessCmdLineImpl(cmd_line, cur_dir, true, profile, return_code,
49 const FilePath& cur_dir, bool process_startup,
51 return ProcessCmdLineImpl(cmd_line, cur_dir, process_startup, profile,
64 // be the command line passed to this process. |cur_dir| can be empty, which
68 const FilePath& cur_dir, bool process_startup,
101 LaunchWithProfile(const FilePath& cur_dir, const CommandLine& command_line);
102 LaunchWithProfile(const FilePath& cur_dir, const CommandLine& command_line,
213 const FilePath& cur_dir,
217 const FilePath& cur_dir, bool process_startup
    [all...]
browser_init.cc 521 const FilePath& cur_dir,
543 BrowserInit::LaunchWithProfile lwp(cur_dir, command_line, this);
545 command_line, cur_dir, profile);
621 const FilePath& cur_dir,
623 : cur_dir_(cur_dir),
630 const FilePath& cur_dir,
633 : cur_dir_(cur_dir),
    [all...]
  /external/chromium/chrome/browser/
process_singleton_win.cc 93 FilePath cur_dir; local
94 if (!PathService::Get(base::DIR_CURRENT, &cur_dir))
96 to_send.append(cur_dir.value());
258 const FilePath cur_dir(msg.substr(first_null + 1,
296 BrowserInit::ProcessCommandLine(parsed_command_line, cur_dir, false,
  /external/qemu/distrib/sdl-1.2.15/src/joystick/mint/
SDL_sysjoystick.c 771 Uint32 cur_fire, cur_dir; local
802 cur_dir = (~(JOYPAD_IO.directions)>>8) & 15;
805 jp_joypads[i] |= cur_dir<<(j*4);
816 cur_dir = (~(JOYPAD_IO.directions)>>12) & 15;
819 jp_joypads[i] |= cur_dir<<(j*4);
  /external/qemu/elff/
dwarf_cu.cc 731 const char* cur_dir = stmtl_header_.include_directories; local
733 cur_dir += strlen(cur_dir) + 1;
736 return cur_dir;
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_cu.cc 731 const char* cur_dir = stmtl_header_.include_directories; local
733 cur_dir += strlen(cur_dir) + 1;
736 return cur_dir;

Completed in 192 milliseconds