/external/chromium_org/chrome/browser/profiles/ |
profile_downloader_delegate.h | 52 ProfileDownloaderDelegate::FailureReason reason) = 0;
|
/external/chromium_org/chrome/browser/ui/ |
crypto_module_password_dialog.h | 15 // An enum to describe the reason for the password request. 28 // |module|. |reason| describes the purpose of the authentication and 34 CryptoModulePasswordReason reason,
|
crypto_module_password_dialog_nss.cc | 31 chrome::CryptoModulePasswordReason reason, 52 chrome::CryptoModulePasswordReason reason, 58 reason_(reason), 126 chrome::CryptoModulePasswordReason reason, 133 (new SlotUnlocker(modules, reason, server, parent, callback))->Start(); 141 chrome::CryptoModulePasswordReason reason, 148 UnlockSlotsIfNecessary(modules, reason, server, parent, callback);
|
/external/chromium_org/chrome/browser/ui/passwords/ |
manage_passwords_bubble.h | 29 ManagePasswordsBubble(content::WebContents* contents, DisplayReason reason);
|
/external/chromium_org/content/browser/ |
power_save_blocker_chromeos.cc | 23 Delegate(PowerSaveBlockerType type, const std::string& reason) 25 reason_(reason), 70 const std::string& reason) 71 : delegate_(new Delegate(type, reason)) {
|
power_save_blocker_impl.h | 16 PowerSaveBlockerImpl(PowerSaveBlockerType type, const std::string& reason);
|
power_save_blocker_ozone.cc | 27 const std::string& reason)
|
/external/chromium_org/jingle/notifier/listener/ |
fake_push_client_observer.h | 22 NotificationsDisabledReason reason) OVERRIDE;
|
/external/chromium_org/sandbox/win/src/ |
process_mitigations_win32k_interception.cc | 12 DWORD reason) {
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
ApplicationCacheErrorEvent.h | 19 String reason; member in struct:blink::ApplicationCacheErrorEventInit 35 static PassRefPtrWillBeRawPtr<ApplicationCacheErrorEvent> create(blink::WebApplicationCacheHost::ErrorReason reason, const String& url, int status, const String& message) 37 return adoptRefWillBeNoop(new ApplicationCacheErrorEvent(reason, url, status, message)); 45 const String& reason() const { return m_reason; } function in class:blink::FINAL
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
InternalProfilers.h | 54 void dumpHeapProfiling(const String& reason);
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebSocketHandle.h | 65 virtual void close(unsigned short code, const WebString& reason) = 0;
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
ValidateOutputs.h | 32 void error(TSourceLoc loc, const char *reason, const char* token);
|
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/ |
heap-profiler.h | 89 * memory leaks. Will include the reason in the logged message 91 PERFTOOLS_DLL_DECL void HeapProfilerDump(const char *reason);
|
/external/chromium_org/ui/views/examples/ |
slider_example.h | 31 SliderChangeReason reason) OVERRIDE;
|
/external/chromium_org/v8/src/ |
runtime-profiler.h | 33 void Optimize(JSFunction* function, const char* reason);
|
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/samples/echo/ |
DebugWebSocket.java | 39 protected void onClose(WebSocketFrame.CloseCode code, String reason, boolean initiatedByRemote) { 43 (reason != null && !reason.isEmpty() ? ": " + reason : ""));
|
/external/smack/src/org/jivesoftware/smackx/muc/ |
InvitationListener.java | 42 * @param reason the reason why the inviter sent the invitation. 46 public abstract void invitationReceived(Connection conn, String room, String inviter, String reason,
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/ |
TokenMgrError.java | 46 * Indicates the reason why the exception is thrown. It will have 140 public TokenMgrError(String message, int reason) { 142 errorCode = reason; 145 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) { 146 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/ |
TokenMgrError.java | 46 * Indicates the reason why the exception is thrown. It will have 140 public TokenMgrError(String message, int reason) { 142 errorCode = reason; 145 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) { 146 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/ |
TokenMgrError.java | 46 * Indicates the reason why the exception is thrown. It will have 140 public TokenMgrError(String message, int reason) { 142 errorCode = reason; 145 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) { 146 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRRuntimeException.h | 41 + (ANTLRRuntimeException *) newException:(NSString *)aName reason:(NSString *)aReason; 42 + (ANTLRRuntimeException *) newException:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo; 47 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason; 48 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo; 98 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo; 107 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason; 108 - (id) initWithName:(NSString *)aMsg reason:(NSString *)aCause userInfo:(NSDictionary *)userInfo;
|
/libcore/luni/src/main/java/java/security/cert/ |
CertificateRevokedException.java | 42 private final CRLReason reason; field in class:CertificateRevokedException 51 * @param reason reason the certificate was revoked if available 55 public CertificateRevokedException(Date revocationDate, CRLReason reason, 58 this.reason = reason; 107 if (reason != null) { 108 sb.append(" due to ").append(reason); 121 * Returns the reason the certificate was revoked if available. 124 return reason; [all...] |
/cts/tests/tests/tv/src/android/media/tv/cts/ |
BundledTvInputServiceTest.java | 69 public void onVideoUnavailable(String inputId, int reason) { 71 mVideoUnavailableReasonMap.put(inputId, reason); 147 Integer reason = mCallback.getVideoUnavailableReason(info.getId()); local 148 return reason != null 149 && reason != TvInputManager.VIDEO_UNAVAILABLE_REASON_TUNING 150 && reason != TvInputManager.VIDEO_UNAVAILABLE_REASON_BUFFERING; 177 Integer reason = mCallback.getVideoUnavailableReason(info.getId()); local 178 return reason != null 179 && reason != TvInputManager.VIDEO_UNAVAILABLE_REASON_TUNING 180 && reason != TvInputManager.VIDEO_UNAVAILABLE_REASON_BUFFERING [all...] |
/external/smack/src/org/jivesoftware/smackx/packet/ |
MUCOwner.java | 113 private String reason; field in class:MUCOwner.Item 138 * Returns the reason for the item child. The reason is optional and could be used to 139 * explain the reason why a user (occupant) was kicked or banned. 141 * @return the reason for the item child. 144 return reason; 201 * Sets the reason for the item child. The reason is optional and could be used to 202 * explain the reason why a user (occupant) was kicked or banned. 204 * @param reason the reason why a user (occupant) was kicked or banned 282 private String reason; field in class:MUCOwner.Destroy [all...] |