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

  /external/chromium/chrome/browser/ui/options/
options_page_base.cc 14 // OptionsPageBase
16 OptionsPageBase::OptionsPageBase(Profile* profile)
20 OptionsPageBase::~OptionsPageBase() {
23 void OptionsPageBase::UserMetricsRecordAction(const UserMetricsAction& action,
31 // OptionsPageBase, NotificationObserver implementation:
33 void OptionsPageBase::Observe(NotificationType type,
options_page_base.h 21 // OptionsPageBase
25 class OptionsPageBase : public NotificationObserver {
27 virtual ~OptionsPageBase();
40 explicit OptionsPageBase(Profile* profile);
59 DISALLOW_COPY_AND_ASSIGN(OptionsPageBase);

Completed in 55 milliseconds