Searched refs:Unset (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLLinkElement.h105 bool isAlternate() const { return m_disabledState == Unset && m_relAttribute.m_isAlternate; }
127 Unset, enumerator in enum:WebCore::HTMLLinkElement::DisabledState
H A DHTMLLinkElement.cpp57 , m_disabledState(Unset)
/external/libvpx/examples/includes/geshi/contrib/
H A Dcssgen.php132 // Unset everything
/external/llvm/lib/TableGen/
H A DRecord.cpp1935 bool Record::getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const {
1942 Unset = true;
1945 Unset = false;
/external/llvm/include/llvm/TableGen/
H A DRecord.h1514 /// returns its value as a bit. If the field is unset, sets Unset to true and
1517 bool getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const;
/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c819 } Unset; member in union:__anon14489::__anon14490
847 VG_(printf)("Unset");
975 VG_(sprintf)(buf, "%s", "Unset!");
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php2224 //Unset variables we won't need any longer

Completed in 313 milliseconds