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

  /external/chromium_org/sync/notifier/
push_client_channel.cc 52 NotifyStateChange(INVALIDATIONS_ENABLED);
57 NotifyStateChange(FromNotifierReason(reason));
sync_system_resources_unittest.cc 184 using SyncNetworkChannel::NotifyStateChange;
301 network_channel_.NotifyStateChange(INVALIDATIONS_ENABLED);
304 network_channel_.NotifyStateChange(INVALIDATION_CREDENTIALS_REJECTED);
sync_system_resources.h 83 // SendEncodedMessage and call NotifyStateChange and DeliverIncomingMessage.
135 // Subclass should notify about connection state through NotifyStateChange.
136 void NotifyStateChange(InvalidatorState invalidator_state);
sync_system_resources.cc 195 void SyncNetworkChannel::NotifyStateChange(InvalidatorState invalidator_state) {
  /external/chromium_org/net/url_request/
url_request_http_job.cc 93 NotifyStateChange(NetworkDelegate::REQUEST_WAIT_STATE_RESET);
133 void NotifyStateChange(NetworkDelegate::RequestWaitState request_wait_state) {
148 NotifyStateChange(request_wait_state);
    [all...]

Completed in 591 milliseconds