Searched defs:Unknown (Results 1 - 25 of 54) sorted by path

123

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSSelector.h109 Unknown = 0, enumerator in enum:blink::CSSSelector::Match
465 , m_match(Unknown)
H A DStyleRule.h41 Unknown, // Not used. enumerator in enum:blink::StyleRuleBase::Type
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResource.h78 Unknown, // let cache decide what to do with it enumerator in enum:blink::Resource::Status
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAreaElement.h60 enum Shape { Default, Poly, Rect, Circle, Unknown }; enumerator in enum:blink::FINAL::Shape
H A DHTMLFormControlElement.h172 enum DataListAncestorState { Unknown, InsideDataList, NotInsideDataList }; enumerator in enum:blink::HTMLFormControlElement::DataListAncestorState
H A DHTMLMediaElement.h324 enum DisplayMode { Unknown, Poster, PosterWaitingForVideo, Video }; enumerator in enum:blink::HTMLMediaElement::DisplayMode
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DBitmapImage.h97 Unknown, // We haven't checked the source's repetition count. enumerator in enum:blink::BitmapImage::RepetitionCountStatus
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
H A DICOImageDecoder.h63 Unknown, enumerator in enum:blink::ICOImageDecoder::ImageType
/external/chromium_org/third_party/WebKit/Source/platform/mhtml/
H A DMHTMLParser.cpp63 Unknown enumerator in enum:blink::MIMEHeader::Encoding
181 WTF_LOG_ERROR("Unknown encoding '%s' found in MIME header.", text.ascii().data());
182 return Unknown;
186 : m_contentTransferEncoding(Unknown)
292 if (contentTransferEncoding == MIMEHeader::Unknown)
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DHTTPParsers.h107 enum HTTPVersion { Unknown, HTTP_1_0, HTTP_1_1 }; enumerator in enum:blink::HTTPVersion
H A DResourceResponse.h48 enum HTTPVersion { Unknown, HTTP_0_9, HTTP_1_0, HTTP_1_1 }; enumerator in enum:blink::ResourceResponse::HTTPVersion
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebURLResponse.h50 enum HTTPVersion { Unknown, HTTP_0_9, HTTP_1_0, HTTP_1_1 }; enumerator in enum:blink::WebURLResponse::HTTPVersion
/external/chromium_org/third_party/WebKit/public/web/
H A DWebMediaPlayerAction.h38 Unknown, enumerator in enum:blink::WebMediaPlayerAction::Type
50 : type(Unknown), enable(false) { }
H A DWebPluginAction.h38 Unknown, enumerator in enum:blink::WebPluginAction::Type
48 : type(Unknown), enable(false) { }
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dcompact_lang_det_impl.cc107 0x00000000, // Unknown
196 0x00000000, // Unknown
571 static Language Unknown = UNKNOWN_LANGUAGE; variable
583 ( 0 >= kMinCorrPercent) ? Unknown : UNKNOWN_LANGUAGE, // Japanese
584 ( 0 >= kMinCorrPercent) ? Unknown : UNKNOWN_LANGUAGE, // Korean
591 ( 0 >= kMinCorrPercent) ? Unknown : UNKNOWN_LANGUAGE, // Chinese
593 ( 0 >= kMinCorrPercent) ? Unknown : UNKNOWN_LANGUAGE, // GREEK
600 ( 0 >= kMinCorrPercent) ? Unknown : UNKNOWN_LANGUAGE, // Ignore
601 ( 0 >= kMinCorrPercent) ? Unknown : UNKNOWN_LANGUAGE, // Unknown
[all...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DFlowControl.pxd87 cdef class Unknown: class in inherits:
H A DFlowControl.py269 ret.add(Unknown)
386 class Unknown(object): class in inherits:object
419 elif Unknown in state:
420 state.discard(Unknown)
557 state.discard(Unknown)
577 elif Unknown in node.cf_state:
610 elif Unknown in node.cf_state:
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_loops.c54 int Unknown; member in struct:count_inst
130 count_inst->Unknown = 1;
137 count_inst->Unknown = 1;
150 count_inst->Unknown = 1;
162 count_inst->Unknown = 1 ;
171 count_inst->Unknown = 0;
177 count_inst->Unknown = 1;
233 count_inst.Unknown = 0;
265 if(count_inst.Unknown){
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h182 Unknown (leaf)
189 Unknown (leaf)
481 Unknown: the tag contents
504 Unknown: the tag contents
1363 /// Creates a copy of this Unknown and returns it.
1365 // Print this Unknown to a FILE stream.
1711 TiXmlUnknown* Unknown() const { return ToUnknown(); } function in class:TiXmlHandle
/external/chromium_org/tools/clang/blink_gc_plugin/
H A DNeedsTracing.h14 static NeedsTracing Unknown() { return kUnknown; } function in class:NeedsTracing
H A DTracingStatus.h12 static TracingStatus Unknown() { return kUnknown; } function in class:TracingStatus
/external/chromium_org/v8/src/arm/
H A Ddisasm-arm.cc94 void Unknown(Instruction* instr);
689 Unknown(instr); \
694 // For currently unimplemented decodings the disassembler calls Unknown(instr)
696 void Decoder::Unknown(Instruction* instr) { function in class:v8::internal::Decoder
739 Unknown(instr); // not used by V8
838 Unknown(instr); // not used by V8
847 Unknown(instr); // not used by V8
851 Unknown(instr); // not used by V8
955 Unknown(instr); // not used in V8
963 Unknown(inst
[all...]
/external/chromium_org/v8/src/compiler/
H A Dsource-position.h21 static SourcePosition Unknown() { return SourcePosition(kUnknownPosition); } function in class:v8::internal::compiler::FINAL
/external/chromium_org/v8/src/
H A Ddateparser.h207 static DateToken Unknown() { function in struct:v8::internal::DateParser::DateToken
H A Deffects.h39 static Effect Unknown(Zone* zone) { function in struct:v8::internal::Effect
86 ? locator.value() : Effect::Unknown(Base::zone());

Completed in 582 milliseconds

123