Searched refs:NONE (Results 101 - 125 of 794) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPseudoElement.h66 return style && style->display() != NONE && (style->styleType() == BACKDROP || style->contentData());
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTrackElement.h46 enum ReadyState { NONE = 0, LOADING = 1, LOADED = 2, TRACK_ERROR = 3 }; enumerator in enum:blink::FINAL::ReadyState
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dparser.c30 if (peektok != NONE)
195 if (peektok != NONE) {
198 peektok = NONE;
233 peektok = NONE;
/external/clang/test/Sema/
H A Dgnu-flags.c31 #if NONE
/external/jsilver/src/com/google/streamhtmlparser/
H A DHtmlParser.java60 * {@code NONE} if the parser is not currently in an attribute.
69 NONE, enum constant in enum:HtmlParser.ATTR_TYPE
153 * or {@code ATTR_TYPE.NONE} if we are not parsing an attribute.
/external/mksh/src/
H A Dvar_spec.h19 F0(NONE)
/external/qemu/distrib/sdl-1.2.15/src/audio/nds/
H A Dsoundcommon.h37 NONE = 0, enumerator in enum:__anon29390
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
H A DReferenceType.java42 public static final int NONE = 4; field in class:ReferenceType
74 * Validate a specific reference type. Note that the NONE placeholder is specifically not considered valid here.
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Dauth_sync_observer.cc55 if (state != GoogleServiceAuthError::NONE &&
83 } else if (state == GoogleServiceAuthError::NONE) {
/external/chromium_org/chrome/browser/ui/tabs/
H A Ddock_info.h30 NONE, enumerator in enum:DockInfo::Type
48 DockInfo() : type_(NONE), window_(NULL), in_enable_area_(false) {}
74 // DockInfo has a type of NONE.
96 // This returns true if type is other than NONE or the mouse isn't in the
102 // is NONE, in_enable_are is false, or the type is not window relative.
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dtoolbar_model_impl.cc62 *level = ToolbarModel::NONE;
81 return NONE;
85 return NONE;
91 return NONE;
115 ToolbarModel::SecurityLevel security_level = NONE;
158 return NONE;
232 NONE : GetSecurityLevelForWebContents(delegate_->GetActiveWebContents());
266 // the security level would be NONE.
398 return ((security_level == NONE) || (security_level == SECURITY_ERROR)) ?
/external/chromium_org/extensions/common/manifest_handlers/
H A Dkiosk_mode_info.cc29 return info ? info->kiosk_status != NONE : false;
76 KioskModeInfo::KioskStatus kiosk_status = KioskModeInfo::NONE;
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DPositionList.java34 public static final int NONE = 1; field in class:PositionList
60 case NONE: {
/external/chromium_org/components/signin/core/browser/
H A Dsignin_error_controller_unittest.cc115 GoogleServiceAuthError(GoogleServiceAuthError::NONE));
125 GoogleServiceAuthError(GoogleServiceAuthError::NONE));
152 { GoogleServiceAuthError::NONE, false },
183 EXPECT_EQ(GoogleServiceAuthError::NONE,
201 // | NONE | INVALID_GAIA_CREDENTIALS | ...
224 GoogleServiceAuthError::NONE));
262 GoogleServiceAuthError::NONE));
/external/chromium_org/google_apis/drive/
H A Drequest_sender_unittest.cc22 NONE, enumerator in enum:google_apis::__anon8339::FinishReason
137 FinishReason finish_reason = NONE;
160 FinishReason finish_reason = NONE;
180 FinishReason finish_reason = NONE;
199 FinishReason finish_reason = NONE;
219 FinishReason finish_reason = NONE;
/external/chromium_org/ui/views/bubble/
H A Dbubble_border_unittest.cc47 EXPECT_EQ(BubbleBorder::NONE,
48 BubbleBorder::horizontal_mirror(BubbleBorder::NONE));
83 EXPECT_EQ(BubbleBorder::NONE,
84 BubbleBorder::vertical_mirror(BubbleBorder::NONE));
108 EXPECT_FALSE(BubbleBorder::has_arrow(BubbleBorder::NONE));
131 EXPECT_FALSE(BubbleBorder::is_arrow_on_left(BubbleBorder::NONE));
154 EXPECT_FALSE(BubbleBorder::is_arrow_on_top(BubbleBorder::NONE));
180 EXPECT_FALSE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::NONE));
203 EXPECT_FALSE(BubbleBorder::is_arrow_at_center(BubbleBorder::NONE));
208 views::BubbleBorder border(BubbleBorder::NONE,
[all...]
/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/system/impl/
H A DCoreImplTest.java100 in.writeMessage(buffer, null, MessagePipeHandle.WriteFlags.NONE);
105 receiveBuffer, 0, MessagePipeHandle.ReadFlags.NONE);
112 result = out.readMessage(receiveBuffer, 0, MessagePipeHandle.ReadFlags.NONE);
132 int result = in.writeData(buffer, DataPipe.WriteFlags.NONE);
141 result = out.readData(receiveBuffer, DataPipe.ReadFlags.NONE);
153 ByteBuffer buffer1 = in.map(0, 8, SharedBufferHandle.MapFlags.NONE);
155 ByteBuffer buffer2 = out.map(0, 8, SharedBufferHandle.MapFlags.NONE);
261 MessagePipeHandle.ReadFlags.NONE);
312 handles.first.writeMessage(buffer, null, MessagePipeHandle.WriteFlags.NONE);
316 .readMessage(receiveBuffer, 0, MessagePipeHandle.ReadFlags.NONE);
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DFramesTest.java81 if (err != JDWPConstants.Error.NONE) {
135 if (err != JDWPConstants.Error.NONE) {
190 if (err != JDWPConstants.Error.NONE) {
207 if (err != JDWPConstants.Error.NONE) {
250 if (err != JDWPConstants.Error.NONE) {
275 if (err != JDWPConstants.Error.NONE) {
345 if (err != JDWPConstants.Error.NONE) {
371 if (err != JDWPConstants.Error.NONE) {
437 if ( err != JDWPConstants.Error.NONE) {
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpURLConnectionImpl.java339 if (retry == Retry.NONE) {
406 NONE, enum constant in enum:HttpURLConnectionImpl.Retry
431 if (successorRequest == null) return Retry.NONE;
441 return Retry.NONE;
449 return Retry.NONE;
453 return Retry.NONE;
458 return Retry.NONE; // Don't follow redirects to unsupported protocols.
462 return Retry.NONE; // This client doesn't follow redirects across protocols.
473 return Retry.NONE;
/external/proguard/src/proguard/optimize/peephole/
H A DBranchTargetFinder.java53 public static final int NONE = -2; field in class:BranchTargetFinder
238 return initializationOffsets[offset] != NONE;
245 * <code>NONE</code> if it is not being created.
259 return superInitializationOffset != NONE;
265 * the "super" or "this" initializer method, or <code>NONE</code> if it is
281 return creationOffsets[offset] != NONE;
289 * "this" initializer method, , or <code>NONE</code> if it is not a 'new'
333 Arrays.fill(creationOffsets, 0, codeLength, NONE);
334 Arrays.fill(initializationOffsets, 0, codeLength, NONE);
342 Arrays.fill(creationOffsets, 0, codeLength, NONE);
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
H A DThisObjectTest.java130 if (reply.getErrorCode() == JDWPConstants.Error.NONE) {
198 logWriter.println("## Expected ERROR = " + JDWPConstants.Error.NONE
199 + "(" + JDWPConstants.Error.getName(JDWPConstants.Error.NONE) + ")");
203 + ", Expected ERROR = " + JDWPConstants.Error.NONE
204 + "(" + JDWPConstants.Error.getName(JDWPConstants.Error.NONE) + ")");
/external/chromium_org/athena/main/
H A Durl_search_provider.cc127 int tag_styles = app_list::SearchResult::Tag::NONE;
134 if (tag_styles != app_list::SearchResult::Tag::NONE) {
137 tag_styles = app_list::SearchResult::Tag::NONE;
140 if (text_class.style == ACMatchClassification::NONE)
147 if (tag_styles != app_list::SearchResult::Tag::NONE) {
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_network_transaction.cc30 callback_type_(NONE),
65 callback_type_ = NONE;
73 DCHECK(callback_type_ == NONE);
112 callback_type_ = NONE;
273 callback_type_ = NONE;
/external/chromium_org/net/http/
H A Ddisk_cache_based_quic_server_info.cc128 DCHECK_NE(NONE, state_);
180 } while (rv != ERR_IO_PENDING && state_ != NONE);
218 state_ = NONE;
283 state_ = NONE;
299 state_ = NONE;
/external/chromium_org/remoting/protocol/
H A Dnegotiating_authenticator_unittest.cc72 AuthenticationMethod::NONE));
161 AuthenticationMethod::NONE, false));
162 VerifyAccepted(AuthenticationMethod::Spake2(AuthenticationMethod::NONE));
177 AuthenticationMethod::NONE, false));
186 AuthenticationMethod::NONE, true));

Completed in 713 milliseconds

1234567891011>>