Searched refs:NONE (Results 201 - 225 of 794) sorted by relevance

1234567891011>>

/external/chromium_org/extensions/browser/
H A Dcontent_verify_job.cc82 if (reason != NONE)
129 if (reason != NONE) {
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DEvent.idl28 const unsigned short NONE = 0;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceMasker.cpp143 if (!style || style->display() == NONE || style->visibility() != VISIBLE)
158 if (!style || style->display() == NONE || style->visibility() != VISIBLE)
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
H A Dlogging.h189 #define LOG_V(sev) DIAGNOSTIC_LOG(sev, NONE, 0)
191 #define LOG(sev) DIAGNOSTIC_LOG(rtc::sev, NONE, 0)
/external/chromium_org/tools/gn/
H A Dinput_conversion.cc90 DCHECK(result.type() == Value::NONE);
211 if (input_conversion_value.type() == Value::NONE)
/external/chromium_org/ui/views/examples/
H A Dbubble_example.cc45 case BubbleBorder::NONE: return ASCIIToUTF16("NONE");
73 PrintStatus("Click with optional modifiers: [Ctrl] for set_arrow(NONE), "
94 arrow = BubbleBorder::NONE;
/external/elfutils/0.153/backends/
H A Darm_reloc.def28 RELOC_TYPE (NONE, REL) /* It really is used in ET_REL on ARM. */
H A Di386_reloc.def28 RELOC_TYPE (NONE, 0)
H A Dsh_reloc.def28 RELOC_TYPE (NONE, 0)
H A Dx86_64_reloc.def28 RELOC_TYPE (NONE, 0)
/external/freetype/src/autofit/
H A Dafscript.h54 SCRIPT( none, NONE,
/external/okhttp/okio/src/main/java/okio/
H A DOkio.java61 private Deadline deadline = Deadline.NONE;
106 private Deadline deadline = Deadline.NONE;
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObject.java72 NONE, enum constant in enum:GameObject.Team
112 team = Team.NONE;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
H A DJDWPClassTypeTestCase.java122 assertTrue(reply.getErrorCode() == JDWPConstants.Error.NONE);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
H A DJDWPMethodTestCase.java94 assertTrue(reply.getErrorCode() == JDWPConstants.Error.NONE);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DInterruptTest.java78 if (err == JDWPConstants.Error.NONE) {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
H A DSetDefaultStratumTest.java83 if ( errorCode != JDWPConstants.Error.NONE ) {
/external/chromium_org/base/threading/
H A Dthread.h197 NONE, enumerator in enum:base::Thread::ComStatus
/external/chromium_org/cc/resources/
H A Dvideo_resource_updater.h34 NONE, enumerator in enum:cc::VideoFrameExternalResources::ResourceType
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dwildcard_login_checker.cc87 if (error.state() != GoogleServiceAuthError::NONE) {
/external/chromium_org/chrome/browser/
H A Denumerate_modules_model_unittest_win.cc21 ModuleEnumerator::NONE;
83 ModuleEnumerator::NONE };
86 ModuleEnumerator::NONE };
89 ModuleEnumerator::NONE };
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Duma_policy.h34 NONE = 0, enumerator in enum:extensions::UmaPolicy::PageStatus
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_sync_starter_unittest.cc126 GoogleServiceAuthError(GoogleServiceAuthError::NONE));
/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_updater.cc71 if (data.download_auth_method() != em::ExternalPolicyData::NONE)
H A Duser_info_fetcher.cc68 if (error.state() != GoogleServiceAuthError::NONE) {

Completed in 1627 milliseconds

1234567891011>>