Searched defs:restart_required (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/android_webview/browser/net/
H A Dandroid_stream_reader_url_request_job.cc170 bool restart_required = false; local
171 delegate_->OnInputStreamOpenFailed(request(), &restart_required); local
172 if (restart_required) {
/external/bluetooth/bluedroid/stack/rfcomm/
H A Dport_int.h104 BOOLEAN restart_required; /* TRUE if has to restart channel after disc */ member in struct:__anon1690
/external/chromium_org/remoting/host/
H A Dremoting_me2me_host.cc915 bool restart_required = false; local
916 restart_required |= OnHostDomainPolicyUpdate(policies.get());
917 restart_required |= OnCurtainPolicyUpdate(policies.get());
919 restart_required |= OnUsernamePolicyUpdate(policies.get());
920 restart_required |= OnNatPolicyUpdate(policies.get());
921 restart_required |= OnRelayPolicyUpdate(policies.get());
922 restart_required |= OnUdpPortPolicyUpdate(policies.get());
923 restart_required |= OnHostTalkGadgetPrefixPolicyUpdate(policies.get());
924 restart_required |= OnHostTokenUrlPolicyUpdate(policies.get());
925 restart_required |
[all...]

Completed in 890 milliseconds