Home
last modified time | relevance | path

Searched refs:PostNotification (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/web_resource/
Dpromo_resource_service.cc115 PostNotification(ms_until_start); in ScheduleNotification()
119 PostNotification(0); in ScheduleNotification()
122 PostNotification(ms_until_end); in ScheduleNotification()
125 PostNotification(0); in ScheduleNotification()
129 PostNotification(0); in ScheduleNotification()
143 void PromoResourceService::PostNotification(int64 delay_ms) { in PostNotification() function in PromoResourceService
Dpromo_resource_service.h53 void PostNotification(int64 delay_ms);
/external/chromium_org/chrome/browser/chromeos/power/
Dperipheral_battery_observer.cc152 if (PostNotification(address, battery)) in PeripheralBatteryStatusReceived()
163 if (PostNotification(address, *battery)) in PeripheralBatteryStatusReceived()
200 bool PeripheralBatteryObserver::PostNotification(const std::string& address, in PostNotification() function in chromeos::PeripheralBatteryObserver
Dperipheral_battery_observer.h77 bool PostNotification(const std::string& address, const BatteryInfo& battery);
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dlocation_bar_view_mac.h189 void PostNotification(NSString* notification);
Dlocation_bar_view_mac.mm640 void LocationBarViewMac::PostNotification(NSString* notification) { function
/external/chromium_org/sandbox/mac/
Dbootstrap_sandbox_unittest.mm117 const char kNotificationTestMain[] = "PostNotification";
171 MULTIPROCESS_TEST_MAIN(PostNotification) {