OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:position_pref_
(Results
1 - 4
of
4
) sorted by null
/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
/external/chromium_org/chrome/browser/notifications/
balloon_notification_ui_manager.cc
54
position_pref_
.Init(
73
position_pref_
.GetValue()));
251
position_pref_
.GetValue());
256
position_pref_
.SetValue(static_cast<int>(preference));
273
position_pref_
.GetValue()));
balloon_notification_ui_manager.h
104
IntegerPrefMember
position_pref_
;
member in class:BalloonNotificationUIManager
Completed in 614 milliseconds