Searched refs:first_run (Results 1 - 21 of 21) sorted by relevance

/external/chromium/chrome/browser/first_run/
H A Dfirst_run_dialog.h11 namespace first_run { namespace
18 } // namespace first_run
H A Dfirst_run.cc5 #include "chrome/browser/first_run/first_run.h"
14 #include "chrome/browser/first_run/first_run_dialog.h"
15 #include "chrome/browser/first_run/first_run_import_observer.h"
564 first_run::ShowFirstRunDialog(profile, randomize_search_engine_experiment);
/external/chromium/chrome/browser/importer/
H A Dimporter_progress_dialog.h22 // parent the UI to, it can be NULL if there's nothing to parent to. |first_run|
30 bool first_run);
H A Dexternal_process_importer_host.cc30 bool first_run) {
39 import_to_bookmark_bar_ = ShouldImportToBookmarkBar(first_run);
40 CheckForFirefoxLock(source_profile, items, first_run);
25 StartImportSettings( const importer::SourceProfile& source_profile, Profile* target_profile, uint16 items, ProfileWriter* writer, bool first_run) argument
H A Dimporter_host.cc103 bool first_run) {
120 importer_->set_import_to_bookmark_bar(ShouldImportToBookmarkBar(first_run));
121 importer_->set_bookmark_bar_disabled(first_run);
128 CheckForFirefoxLock(source_profile, items, first_run);
175 bool ImporterHost::ShouldImportToBookmarkBar(bool first_run) { argument
176 bool import_to_bookmark_bar = first_run;
186 bool first_run) {
98 StartImportSettings( const importer::SourceProfile& source_profile, Profile* target_profile, uint16 items, ProfileWriter* writer, bool first_run) argument
183 CheckForFirefoxLock( const importer::SourceProfile& source_profile, uint16 items, bool first_run) argument
H A Dimporter_host.h72 // |first_run| - true if this method is being called during first run.
78 bool first_run);
87 bool ShouldImportToBookmarkBar(bool first_run);
94 // |first_run| - true if this method is being called during first run.
97 bool first_run);
H A Dexternal_process_importer_host.h37 bool first_run) OVERRIDE;
/external/chromium/chrome/browser/rlz/
H A Drlz.h38 static bool InitRlzDelayed(bool first_run, int delay);
H A Drlz.cc70 OmniBoxUsageObserver(bool first_run, bool send_ping_immediately) argument
71 : first_run_(first_run),
162 explicit DelayedInitTask(bool first_run) argument
163 : first_run_(first_run) {
236 // needed only in the first_run case, since we don't want to record the
269 bool RLZTracker::InitRlzDelayed(bool first_run, int delay) { argument
289 new OmniBoxUsageObserver(first_run, send_ping_immediately);
293 BrowserThread::FILE, FROM_HERE, new DelayedInitTask(first_run), delay);
/external/chromium/chrome/browser/ui/webui/
H A Dnew_tab_ui.h73 // Setters and getters for first_run.
74 static void set_first_run(bool first_run) { first_run_ = first_run; } argument
75 static bool first_run() { return first_run_; } function in class:NewTabUI::NewTabHTMLSource
H A Dmost_visited_handler.cc126 FundamentalValue first_run(IsFirstRun());
130 first_run,
320 bool first_run = NewTabUI::NewTabHTMLSource::first_run() && local
323 // but first_run should only be true once.
325 return first_run;
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Dearlywarningsystem.py60 def _build(self, patch, first_run=False):
71 if not first_run:
78 if first_run:
91 if not self._build(patch, first_run=True):
H A Dearlywarningsystem_unittest.py76 ews._build = lambda patch, first_run=False: False
/external/chromium/chrome/browser/
H A Dprocess_singleton_uitest.cc59 void StartChrome(base::WaitableEvent* start_event, bool first_run) { argument
69 if (first_run)
243 bool first_run = false; local
246 bool first_run = attempt % 2; local
263 first_run));
/external/chromium/chrome/browser/ui/gtk/importer/
H A Dimport_progress_dialog_gtk.cc42 bool first_run) {
57 source_profile, profile, items, new ProfileWriter(profile), first_run);
226 bool first_run) {
230 first_run);
35 StartImport( GtkWindow* parent, uint16 items, ImporterHost* importer_host, ImporterObserver* importer_observer, const importer::SourceProfile& source_profile, Profile* profile, bool first_run) argument
220 ShowImportProgressDialog(GtkWindow* parent, uint16 items, ImporterHost* importer_host, ImporterObserver* importer_observer, const SourceProfile& source_profile, Profile* profile, bool first_run) argument
H A Dimport_progress_dialog_gtk.h32 bool first_run);
/external/chromium/chrome/browser/ui/views/importer/
H A Dimport_progress_dialog_view.cc291 bool first_run) {
304 if (!importer_host->is_headless() && !first_run)
309 first_run);
285 ShowImportProgressDialog(HWND parent_window, uint16 items, ImporterHost* importer_host, ImporterObserver* importer_observer, const SourceProfile& source_profile, Profile* target_profile, bool first_run) argument
/external/chromium/chrome/browser/ui/gtk/
H A Dfirst_run_dialog.cc13 #include "chrome/browser/first_run/first_run_dialog.h"
94 namespace first_run { namespace
101 } // namespace first_run
/external/chromium/chrome/browser/ui/views/
H A Dfirst_run_search_engine_view.cc15 #include "chrome/browser/first_run/first_run.h"
16 #include "chrome/browser/first_run/first_run_dialog.h"
55 namespace first_run { namespace
81 } // namespace first_run
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.h45 bool first_run; member in struct:TestingAutomationProvider::ImportSettingsData
H A Dtesting_automation_provider.cc205 import_settings_data_.first_run);
3300 !args->GetBoolean("first_run", &import_settings_data_.first_run) ||

Completed in 617 milliseconds