OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LaunchWithProfile
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/
browser_init.h
71
//
LaunchWithProfile
---------------------------------------------------------
76
class
LaunchWithProfile
{
101
LaunchWithProfile
(const FilePath& cur_dir, const CommandLine& command_line);
102
LaunchWithProfile
(const FilePath& cur_dir, const CommandLine& command_line,
104
~
LaunchWithProfile
();
205
DISALLOW_COPY_AND_ASSIGN(
LaunchWithProfile
);
browser_init.cc
436
std::vector<BrowserInit::
LaunchWithProfile
::Tab>* tabs) {
438
BrowserInit::
LaunchWithProfile
::Tab tab;
482
const std::vector<BrowserInit::
LaunchWithProfile
::Tab>& autolaunch_tabs) {
543
BrowserInit::
LaunchWithProfile
lwp(cur_dir, command_line, this);
611
// BrowserInit::
LaunchWithProfile
::Tab ----------------------------------------
613
BrowserInit::
LaunchWithProfile
::Tab::Tab() : is_app(false), is_pinned(true) {}
615
BrowserInit::
LaunchWithProfile
::Tab::~Tab() {}
618
// BrowserInit::
LaunchWithProfile
---------------------------------------------
620
BrowserInit::
LaunchWithProfile
::
LaunchWithProfile
(
[
all
...]
Completed in 81 milliseconds