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

  /external/chromium_org/ui/message_center/cocoa/
popup_controller.mm 109 notificationController_.reset(
113 bounds_ = [[notificationController_ view] frame];
124 [window setContentView:[notificationController_ view]];
154 return notificationController_.get();
158 return [notificationController_ notification];
162 return [notificationController_ notificationID];
popup_controller.h 37 base::scoped_nsobject<MCNotificationController> notificationController_;

Completed in 42 milliseconds