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

  /external/chromium_org/chrome/browser/notifications/
balloon_notification_ui_manager.cc 24 position_pref_.Init(
43 position_pref_.GetValue()));
147 LOG(INFO) << "Current position preference: " << position_pref_.GetValue();
150 position_pref_.GetValue());
156 position_pref_.SetValue(static_cast<int>(preference));
163 position_pref_.GetValue()));
balloon_notification_ui_manager.h 76 IntegerPrefMember position_pref_; member in class:BalloonNotificationUIManager
  /external/chromium/chrome/browser/notifications/
notification_ui_manager.cc 55 position_pref_.Init(prefs::kDesktopNotificationPosition, local_state, this);
90 position_pref_.GetValue()));
216 LOG(INFO) << "Current position preference: " << position_pref_.GetValue();
219 position_pref_.GetValue());
225 position_pref_.SetValue(static_cast<int>(preference));
239 position_pref_.GetValue()));
notification_ui_manager.h 111 IntegerPrefMember position_pref_; member in class:NotificationUIManager

Completed in 2302 milliseconds