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

  /external/chromium/chrome/browser/first_run/
first_run_dialog.h 11 namespace first_run { namespace
18 } // namespace first_run
first_run.cc 5 #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/
importer_progress_dialog.h 22 // parent the UI to, it can be NULL if there's nothing to parent to. |first_run|
30 bool first_run);
external_process_importer_host.cc 30 bool first_run) {
39 import_to_bookmark_bar_ = ShouldImportToBookmarkBar(first_run);
40 CheckForFirefoxLock(source_profile, items, first_run);
importer_host.h 72 // |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);
importer_host.cc 103 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) {
176 bool import_to_bookmark_bar = first_run;
186 bool first_run) {
external_process_importer_host.h 37 bool first_run) OVERRIDE;
  /external/chromium/chrome/browser/rlz/
rlz.h 38 static bool InitRlzDelayed(bool first_run, int delay);
rlz.cc 70 OmniBoxUsageObserver(bool first_run, bool send_ping_immediately)
71 : first_run_(first_run),
162 explicit DelayedInitTask(bool first_run)
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) {
289 new OmniBoxUsageObserver(first_run, send_ping_immediately);
293 BrowserThread::FILE, FROM_HERE, new DelayedInitTask(first_run), delay);
  /external/chromium/chrome/browser/ui/webui/
new_tab_ui.h 73 // Setters and getters for first_run.
74 static void set_first_run(bool first_run) { first_run_ = first_run; }
75 static bool first_run() { return first_run_; } function in class:NewTabUI::NewTabHTMLSource
most_visited_handler.cc 126 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/
earlywarningsystem.py 60 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):
earlywarningsystem_unittest.py 76 ews._build = lambda patch, first_run=False: False
  /external/chromium/chrome/browser/
process_singleton_uitest.cc 59 void StartChrome(base::WaitableEvent* start_event, bool first_run) {
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/
import_progress_dialog_gtk.cc 42 bool first_run) {
57 source_profile, profile, items, new ProfileWriter(profile), first_run);
226 bool first_run) {
230 first_run);
import_progress_dialog_gtk.h 32 bool first_run);
  /external/chromium/chrome/browser/ui/views/importer/
import_progress_dialog_view.cc 291 bool first_run) {
304 if (!importer_host->is_headless() && !first_run)
309 first_run);
  /external/chromium/chrome/browser/ui/gtk/
first_run_dialog.cc 13 #include "chrome/browser/first_run/first_run_dialog.h"
94 namespace first_run { namespace
101 } // namespace first_run
  /external/chromium/chrome/browser/ui/views/
first_run_search_engine_view.cc 15 #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/
testing_automation_provider.h 45 bool first_run; member in struct:TestingAutomationProvider::ImportSettingsData
    [all...]
testing_automation_provider.cc 205 import_settings_data_.first_run);
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c 3103 int first_run = 0; local
    [all...]

Completed in 915 milliseconds