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

1 2 3

  /external/chromium_org/chrome/browser/first_run/
first_run_dialog.h 10 namespace first_run { namespace
16 } // namespace first_run
first_run_browsertest.cc 13 #include "chrome/browser/first_run/first_run.h"
32 EXPECT_EQ(first_run::FIRST_RUN_BUBBLE_DONT_SHOW,
35 EXPECT_TRUE(first_run::SetShowFirstRunBubblePref(
36 first_run::FIRST_RUN_BUBBLE_SHOW));
39 EXPECT_EQ(first_run::FIRST_RUN_BUBBLE_SHOW,
43 EXPECT_TRUE(first_run::SetShowFirstRunBubblePref(
44 first_run::FIRST_RUN_BUBBLE_DONT_SHOW));
45 EXPECT_EQ(first_run::FIRST_RUN_BUBBLE_DONT_SHOW,
50 EXPECT_TRUE(first_run::SetShowFirstRunBubblePref
    [all...]
first_run_internal_linux.cc 5 #include "chrome/browser/first_run/first_run_internal.h"
12 namespace first_run { namespace
29 } // namespace first_run
first_run_internal.h 19 namespace first_run { namespace
78 } // namespace first_run
first_run_internal_posix.cc 5 #include "chrome/browser/first_run/first_run_internal.h"
13 #include "chrome/browser/first_run/first_run_dialog.h"
21 namespace first_run { namespace
66 } // namespace first_run
first_run_unittest.cc 10 #include "chrome/browser/first_run/first_run.h"
11 #include "chrome/browser/first_run/first_run_internal.h"
16 namespace first_run { namespace
59 } // namespace first_run
  /external/chromium/chrome/browser/first_run/
first_run_dialog.h 11 namespace first_run { namespace
18 } // namespace first_run
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper_browsertest.cc 10 #include "chrome/browser/first_run/first_run.h"
34 EXPECT_TRUE(first_run::auto_import_state() & first_run::AUTO_IMPORT_CALLED);
  /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
  /external/chromium_org/chrome/browser/ui/gtk/
first_run_bubble.cc 11 #include "chrome/browser/first_run/first_run.h"
32 first_run::LogFirstRunMetric(first_run::FIRST_RUN_BUBBLE_SHOWN);
94 first_run::LogFirstRunMetric(first_run::FIRST_RUN_BUBBLE_CHANGE_INVOKED);
  /external/chromium_org/chrome/browser/ui/views/
first_run_bubble.cc 7 #include "chrome/browser/first_run/first_run.h"
31 first_run::LogFirstRunMetric(first_run::FIRST_RUN_BUBBLE_SHOWN);
89 first_run::LogFirstRunMetric(first_run::FIRST_RUN_BUBBLE_CHANGE_INVOKED);
  /external/chromium_org/chrome/browser/chromeos/login/
fake_login_utils.cc 12 #include "chrome/browser/first_run/first_run.h"
31 chrome::startup::IsFirstRun first_run = local
32 first_run::IsChromeFirstRun() ? chrome::startup::IS_FIRST_RUN
39 first_run,
  /external/chromium_org/chrome/browser/rlz/
rlz.h 51 bool first_run,
100 static bool InitRlzDelayed(bool first_run,
132 bool Init(bool first_run,
rlz.cc 70 void RecordProductEvents(bool first_run,
97 if ((first_run || omnibox_rlz[0] == 0) && is_google_default_search) {
109 if ((first_run || homepage_rlz[0] == 0) &&
203 bool RLZTracker::InitRlzDelayed(bool first_run,
209 return GetInstance()->Init(first_run, send_ping_immediately, delay,
216 bool first_run,
244 if (!InitRlzDelayed(first_run, send_ping_immediately, delay,
258 bool RLZTracker::Init(bool first_run,
264 first_run_ = first_run;
  /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_org/chrome/browser/
process_singleton_browsertest.cc 59 void StartChrome(base::WaitableEvent* start_event, bool first_run) {
67 if (first_run)
244 bool first_run = false; local
247 bool first_run = attempt % 2; local
264 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);

Completed in 814 milliseconds

1 2 3