OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BrowserInit
(Results
1 - 13
of
13
) sorted by null
/external/chromium/chrome/browser/tabs/
pinned_tab_test_utils.h
21
const std::vector<
BrowserInit
::LaunchWithProfile::Tab>& values);
pinned_tab_test_utils.cc
7
typedef
BrowserInit
::LaunchWithProfile::Tab Tab;
20
const std::vector<
BrowserInit
::LaunchWithProfile::Tab>& values) {
pinned_tab_codec.h
33
static std::vector<
BrowserInit
::LaunchWithProfile::Tab> ReadPinnedTabs(
pinned_tab_codec.cc
20
typedef
BrowserInit
::LaunchWithProfile::Tab Tab;
/external/chromium/chrome/browser/ui/
browser_init.h
25
class
BrowserInit
{
27
BrowserInit
();
28
~
BrowserInit
();
103
BrowserInit
* browser_init);
204
BrowserInit
* browser_init_;
219
BrowserInit
* browser_init);
224
DISALLOW_COPY_AND_ASSIGN(
BrowserInit
);
browser_init.cc
436
std::vector<
BrowserInit
::LaunchWithProfile::Tab>* tabs) {
438
BrowserInit
::LaunchWithProfile::Tab tab;
482
const std::vector<
BrowserInit
::LaunchWithProfile::Tab>& autolaunch_tabs) {
504
//
BrowserInit
----------------------------------------------------------------
506
BrowserInit
::
BrowserInit
() {}
508
BrowserInit
::~
BrowserInit
() {}
510
void
BrowserInit
::AddFirstRunTab(const GURL& url) {
515
bool
BrowserInit
::InProcessStartup()
[
all
...]
browser_init_browsertest.cc
75
//
BrowserInit
::LaunchWithProfile::OpenURLsInBrowser don't crash because
95
BrowserInit
::LaunchWithProfile launch(FilePath(), dummy);
115
BrowserInit
::LaunchWithProfile launch(FilePath(), command_line);
143
BrowserInit
::LaunchWithProfile launch(FilePath(), command_line);
173
BrowserInit
::LaunchWithProfile launch(FilePath(), command_line);
202
BrowserInit
::LaunchWithProfile launch(FilePath(), command_line);
/external/chromium/chrome/browser/
process_singleton_win.cc
296
BrowserInit
::ProcessCommandLine(parsed_command_line, cur_dir, false,
browser_browsertest.cc
528
BrowserInit
::LaunchWithProfile launch(FilePath(), command_line);
636
BrowserInit
::LaunchWithProfile launch(FilePath(), dummy);
process_singleton_linux.cc
650
BrowserInit
::ProcessCommandLine(parsed_command_line, current_dir_file_path,
[
all
...]
browser_main.cc
601
void AddFirstRunNewTabs(
BrowserInit
* browser_init,
[
all
...]
/external/chromium/chrome/browser/chromeos/login/
login_utils.cc
588
BrowserInit
browser_init;
/external/chromium/chrome/browser/sessions/
session_service.cc
476
if (!has_open_trackable_browsers_ && !
BrowserInit
::InProcessStartup() &&
[
all
...]
Completed in 1261 milliseconds