HomeSort by relevance Sort by last modified time
    Searched defs:Unknown (Results 1 - 19 of 19) sorted by null

  /external/webkit/WebCore/page/
Connection.h 37 Unknown = 0,
Geolocation.h 189 Unknown,
  /external/webkit/WebKit/chromium/public/
WebMediaPlayerAction.h 38 Unknown,
48 : type(Unknown), enable(false) { }
WebMediaPlayer.h 75 Unknown,
  /external/webkit/WebCore/loader/appcache/
ManifestParser.cpp 39 enum Mode { Explicit, Fallback, OnlineWhitelist, Unknown };
102 mode = Unknown;
103 else if (mode == Unknown)
  /external/webkit/WebCore/html/
HTMLAreaElement.h 68 enum Shape { Default, Poly, Rect, Circle, Unknown };
HTMLParser.h 150 if (m_hasPElementInScope == Unknown)
174 enum ElementInScopeState { NotInScope, InScope, Unknown };
  /external/webkit/WebCore/platform/graphics/
ImageBuffer.h 47 Unknown,
BitmapImage.h 163 Unknown, // We haven't checked the source's repetition count.
MediaPlayer.h 207 enum MovieLoadType { Unknown, Download, StoredStream, LiveStream };
  /external/webkit/WebCore/platform/image-decoders/ico/
ICOImageDecoder.h 57 Unknown,
  /external/webkit/WebCore/platform/network/cf/
SocketStreamHandle.h 97 enum ConnectionType { Unknown, Direct, SOCKSProxy, CONNECTProxy };
  /external/webkit/WebCore/rendering/
SVGMarkerData.h 35 Unknown = 0,
41 SVGMarkerData(const Type& type = Unknown, SVGResourceMarker* marker = 0)
  /external/webkit/WebCore/loader/icon/
IconFetcher.cpp 43 Unknown,
76 static const IconLinkEntry::IconType NativeIconType = IconLinkEntry::Unknown;
83 IconLinkEntry::IconType type = IconLinkEntry::Unknown;
  /external/v8/src/mips/
disasm-mips.cc 123 void Unknown(Instruction* instr);
391 // For currently unimplemented decodings the disassembler calls Unknown(instr)
392 // which will just print "unknown" of the instruction bits.
393 void Decoder::Unknown(Instruction* instr) {
394 Format(instr, "unknown");
740 // The default name converter is called for unknown code. So we will not try
  /external/v8/src/arm/
disasm-arm.cc 114 void Unknown(Instr* instr);
567 // For currently unimplemented decodings the disassembler calls Unknown(instr)
568 // which will just print "unknown" of the instruction bits.
569 void Decoder::Unknown(Instr* instr) {
570 Format(instr, "unknown");
604 Unknown(instr); // not used by V8
687 Unknown(instr); // not used by V8
703 Unknown(instr); // not used by V8
713 Unknown(instr); // not used by V8
726 Unknown(instr); // not used by V
    [all...]
  /external/webkit/WebCore/loader/
CachedResource.h 70 Unknown, // let cache decide what to do with it
  /frameworks/base/policy/src/com/android/internal/policy/impl/
LockPatternKeyguardView.java 129 * Unknown (uninitialized) value
131 Unknown
159 private UnlockMode mCurrentUnlockMode = UnlockMode.Unknown;
520 throw new IllegalStateException("unknown unlock mode " + unlockMode);
630 throw new IllegalArgumentException("unknown unlock mode " + unlockMode);
682 throw new IllegalStateException("Unknown unlock mode:" + mode);
  /external/tinyxml/
tinyxml.h 140 Unknown (leaf)
147 Unknown (leaf)
422 unsupported types are picked up by UNKNOWN.)
429 UNKNOWN,
443 Unknown: the tag contents
464 Unknown: the tag contents
623 UNKNOWN, TEXT, and DECLARATION.
639 const TiXmlUnknown* ToUnknown() const { return ( this && type == UNKNOWN ) ? (const TiXmlUnknown*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
646 TiXmlUnknown* ToUnknown() { return ( this && type == UNKNOWN ) ? (TiXmlUnknown*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
    [all...]

Completed in 445 milliseconds