Searched refs:reason (Results 251 - 275 of 1327) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_frontend.h66 // the passphrase is changed by another synced client. |reason| denotes why
71 syncer::PassphraseRequiredReason reason,
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_observer.cc29 int reason) {
26 ActiveTabChanged(WebContents* old_contents, WebContents* new_contents, int index, int reason) argument
/external/chromium_org/chrome_frame/
H A Ddelete_chrome_history.h53 AutomationLaunchResult reason, const std::string& server_version);
/external/chromium_org/content/browser/renderer_host/
H A Dwebsocket_host.h58 void OnDropChannel(bool was_clean, uint16 code, const std::string& reason);
/external/chromium_org/media/video/capture/linux/
H A Dvideo_capture_device_linux.h57 void SetErrorState(const std::string& reason);
/external/chromium_org/net/http/
H A Dhttp_auth_handler_basic.h28 CreateReason reason,
/external/chromium_org/net/websockets/
H A Dwebsocket_channel.h83 // effectively do that. |code| must be in the range 1000-4999. |reason| should
89 void StartClosingHandshake(uint16 code, const std::string& reason);
128 // reason for failing to the remote server. This enum is used by FailChannel()
203 // RFC6455. The supplied code and reason are sent back to the renderer in an
212 const std::string& reason) WARN_UNUSED_RESULT;
219 const std::string& reason) WARN_UNUSED_RESULT;
222 // 1005 (No status code) with empty |reason|. If the supplied code is
224 // reason text is not valid UTF-8, then |reason| is set to an empty string
229 std::string* reason);
[all...]
H A Dwebsocket_event_interface.h62 // Warning: Both the |code| and |reason| are passed through to Javascript, so
71 virtual ChannelState OnDropChannel(uint16 code, const std::string& reason)
/external/chromium_org/ppapi/cpp/
H A Dwebsocket.h76 /// <code>code</code> and <code>reason</code>.
86 /// @param[in] reason A <code>Var</code> of string type representing the
87 /// close reason. This is ignored if it is an undefined type.
94 /// Returns <code>PP_ERROR_BADARGUMENT</code> if <code>reason</code> contains
103 int32_t Close(uint16_t code, const Var& reason,
163 /// GetCloseReason() returns the connection close reason for the WebSocket
167 /// close reason is set, the return value contains an empty string. Returns a
/external/chromium_org/ppapi/thunk/
H A Dppb_websocket_api.h35 // Closes the established connection with specified |code| and |reason|.
38 const PP_Var& reason,
59 // Returns the CloseEvent reason attribute of The WebSocket API. Returned
/external/chromium_org/sync/notifier/
H A Dpush_client_channel.h46 notifier::NotificationsDisabledReason reason) OVERRIDE;
/external/chromium_org/third_party/angle/src/compiler/
H A DDiagnostics.h27 const std::string& reason,
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dservice.py167 def SetFailed(self, reason):
168 """Sets a failure reason.
170 Causes Failed() to return true on the client side. "reason" will be
/external/chromium_org/v8/src/
H A Druntime-profiler.h65 void Optimize(JSFunction* function, const char* reason);
/external/chromium_org/webkit/child/
H A Dweburlloader_impl.h23 int reason);
/external/openssh/
H A Dauth2-hostbased.c144 const char *resolvedname, *ipaddr, *lookup, *reason; local
179 key_cert_check_authority(key, 1, 0, lookup, &reason)) {
180 error("%s", reason);
181 auth_debug_add("%s", reason);
/external/protobuf/python/google/protobuf/
H A Dservice.py167 def SetFailed(self, reason):
168 """Sets a failure reason.
170 Causes Failed() to return true on the client side. "reason" will be
/external/qemu/hw/
H A Dscsi-disk.h12 typedef void (*scsi_completionfn)(void *opaque, int reason, uint32_t tag,
/external/valgrind/main/coregrind/
H A Dpub_core_scheduler.h53 VgSchedReturnCode reason );
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRRecognitionException.h56 - (id) initWithStream:(id<ANTLRIntStream>)anInputStream reason:(NSString *)aReason;
57 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_layout_manager.h69 AdjustWindowReason reason) OVERRIDE;
72 AdjustWindowReason reason) OVERRIDE;
/external/chromium_org/chrome/browser/download/
H A Ddownload_shelf.h160 void Close(CloseReason reason);
177 virtual void DoClose(CloseReason reason) = 0;
/external/chromium_org/chrome/browser/extensions/api/serial/
H A Dserial_io_handler.h61 void CancelRead(api::serial::ReceiveError reason);
64 void CancelWrite(api::serial::SendError reason);
/external/chromium_org/chrome/browser/extensions/
H A Dbrowser_extension_window_controller.cc67 bool BrowserExtensionWindowController::CanClose(Reason* reason) const {
71 *reason = extensions::WindowController::REASON_NOT_EDITABLE;
/external/chromium_org/chrome/common/cloud_print/
H A Dcloud_print_helpers.h43 const std::string& reason);
46 const std::string& reason);

Completed in 1255 milliseconds

<<11121314151617181920>>