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

  /external/chromium_org/chrome/browser/first_run/
first_run_browsertest.cc 49 // set to FIRST_RUN_BUBBLE_SUPPRESS.
51 first_run::FIRST_RUN_BUBBLE_SUPPRESS));
52 EXPECT_EQ(first_run::FIRST_RUN_BUBBLE_SUPPRESS,
57 EXPECT_EQ(first_run::FIRST_RUN_BUBBLE_SUPPRESS,
first_run.h 50 // FIRST_RUN_BUBBLE_SUPPRESS is stronger in that FIRST_RUN_BUBBLE_SHOW should
51 // never be set once FIRST_RUN_BUBBLE_SUPPRESS is set.
54 FIRST_RUN_BUBBLE_SUPPRESS,
110 // Once FIRST_RUN_BUBBLE_SUPPRESS is set, no other value can be set.
first_run.cc 512 SetShowFirstRunBubblePref(FIRST_RUN_BUBBLE_SUPPRESS);
659 prefs::kShowFirstRunBubbleOption) != FIRST_RUN_BUBBLE_SUPPRESS) {

Completed in 27 milliseconds