/external/chromium_org/cloud_print/gcp20/prototype/ |
cloud_print_xmpp_listener.cc | 94 notifier::NotificationsDisabledReason reason) { 95 switch (reason) { 103 NOTREACHED() << "XMPP failed with unexpected reason code: " << reason;
|
/external/chromium_org/content/browser/ |
power_save_blocker_mac.cc | 42 Delegate(PowerSaveBlockerType type, const std::string& reason) 43 : type_(type), reason_(reason), assertion_(kIOPMNullAssertionID) {} 99 const std::string& reason) 100 : delegate_(new Delegate(type, reason)) {
|
power_save_blocker_ozone.cc | 27 const std::string& reason)
|
/external/chromium_org/content/public/browser/ |
gpu_data_manager.h | 56 // If |reason| is not NULL and GPU access is blocked, upon return, |reason| 57 // contains a description of the reason why GPU access is blocked. 58 virtual bool GpuAccessAllowed(std::string* reason) const = 0;
|
/external/chromium_org/content/test/plugin/ |
plugin_execute_stream_javascript.h | 27 virtual NPError DestroyStream(NPStream *stream, NPError reason) OVERRIDE;
|
/external/chromium_org/net/websockets/ |
websocket_mux.h | 10 // Reason codes used by the mux extension.
|
/external/chromium_org/ppapi/utility/websocket/ |
websocket_api.cc | 48 int32_t Close(uint16_t code, const Var& reason) { 51 int32_t result = WebSocket::Close(code, reason, callback); 119 int32_t WebSocketAPI::Close(uint16_t code, const Var& reason) { 120 return impl_->Close(code, reason);
|
/external/chromium_org/remoting/protocol/ |
jingle_messages_unittest.cc | 219 "sid='2227053353' xmlns='urn:xmpp:jingle:1'><reason><success/>" 220 "</reason></jingle></cli:iq>"; 274 "sid='2227053353' xmlns='urn:xmpp:jingle:1'><reason><success/>" 275 "</reason></jingle></cli:iq>"; 288 "<reason><success/></reason></jingle><error type='modify'><bad-request/>" 293 "<reason><success/></reason></jingle><error type='modify'><bad-request/>" 298 "<reason><success/></reason></jingle><error type='cancel'> [all...] |
/external/chromium_org/sync/notifier/ |
invalidator_state.h | 30 notifier::NotificationsDisabledReason reason);
|
/external/chromium_org/third_party/angle_dx11/src/compiler/ |
Diagnostics.h | 27 const std::string& reason,
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
ucnv_err.h | 171 UCNV_RESET = 3, /**< The callback is called with this reason when a 230 * @param reason Defines the reason the callback was invoked 240 UConverterCallbackReason reason, 254 * @param reason Defines the reason the callback was invoked 263 UConverterCallbackReason reason, 280 * @param reason Defines the reason the callback was invoked 291 UConverterCallbackReason reason, [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
trnserr.h | 46 // JitterBug 4452, for coverage. The reason to put this method here is
|
/external/chromium_org/third_party/skia/src/utils/ |
SkBitmapHasher.h | 22 * If this is unable to compute the hash for some reason,
|
/external/chromium_org/tools/gyp/test/mac/type_envvars/ |
test_nonbundle_executable.sh | 7 # For some reason, Xcode doesn't set MACH_O_TYPE for non-bundle executables.
|
/external/chromium_org/tools/valgrind/gtest_exclude/ |
net_unittests.gtest-tsan_win32.txt | 14 # Single-threaded and relatively slow - no reason to test
|
/external/chromium_org/ui/views/examples/ |
slider_example.h | 31 SliderChangeReason reason) OVERRIDE;
|
/external/dnsmasq/contrib/lease-access/ |
README | 4 to a lease. For this reason I modified the dhcp-script behavior and is
|
/external/e2fsprogs/lib/ext2fs/ |
crc16.h | 18 /* for an unknown reason, PPC treats __u16 as signed and keeps doing sign
|
/external/icu4c/common/unicode/ |
ucnv_err.h | 171 UCNV_RESET = 3, /**< The callback is called with this reason when a 230 * @param reason Defines the reason the callback was invoked 240 UConverterCallbackReason reason, 254 * @param reason Defines the reason the callback was invoked 263 UConverterCallbackReason reason, 280 * @param reason Defines the reason the callback was invoked 291 UConverterCallbackReason reason, [all...] |
/external/icu4c/test/intltest/ |
trnserr.h | 46 // JitterBug 4452, for coverage. The reason to put this method here is
|
/external/jsr305/ri/src/main/java/javax/annotation/concurrent/ |
NotThreadSafe.java | 22 * is a bad idea to assume a class is thread-safe without good reason.
|
/external/mockito/src/org/mockito/internal/util/reflection/ |
FieldSetter.java | 28 "reason : " + e.getMessage(), e);
|
/external/qemu/hw/ |
scsi-disk.h | 12 typedef void (*scsi_completionfn)(void *opaque, int reason, uint32_t tag,
|
/external/skia/src/utils/ |
SkBitmapHasher.h | 22 * If this is unable to compute the hash for some reason,
|
/external/valgrind/main/drd/ |
drd_suppression.h | 15 const char* const reason);
|