Searched defs:WTF (Results 226 - 250 of 274) sorted by relevance

1234567891011

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodecUTF8.cpp34 using namespace WTF;
35 using namespace WTF::Unicode;
38 namespace WTF { namespace
463 } // namespace WTF
H A DTextEncoding.cpp38 namespace WTF { namespace
224 } // namespace WTF
H A DAtomicString.h29 namespace WTF { namespace
73 AtomicString(WTF::HashTableDeletedValueType) : m_string(WTF::HashTableDeletedValue) { }
188 inline bool operator==(const AtomicString& a, const char* b) { return WTF::equal(a.impl(), reinterpret_cast<const LChar*>(b)); }
245 } // namespace WTF
249 using WTF::AtomicString;
250 using WTF::nullAtom;
251 using WTF::emptyAtom;
252 using WTF::starAtom;
253 using WTF
[all...]
H A DStringBuilder.cpp34 namespace WTF { namespace
396 } // namespace WTF
H A DTextEncodingRegistry.cpp47 namespace WTF { namespace
80 unsigned h = WTF::stringHashingStartValue;
307 fprintf(stderr, "Dumping %u entries in WTF::TextEncodingNameMap...\n", size);
318 } // namespace WTF
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DRuleFeature.h112 typedef WillBeHeapHashMap<CSSSelector::PseudoType, RefPtrWillBeMember<DescendantInvalidationSet>, WTF::IntHash<unsigned>, WTF::UnsignedWithZeroKeyHashTraits<unsigned> > PseudoTypeInvalidationSetMap;
178 namespace WTF { namespace
186 } // namespace WTF
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DQualifiedName.h101 QualifiedName(WTF::HashTableDeletedValueType) : m_impl(WTF::HashTableDeletedValue) { }
172 namespace WTF { namespace
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
H A DContentSecurityPolicy.h44 namespace WTF { namespace
109 bool allowJavaScriptURLs(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const;
110 bool allowInlineEventHandlers(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const;
111 bool allowInlineScript(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const;
112 bool allowInlineStyle(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const;
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DTextResourceDecoder.h48 static PassOwnPtr<TextResourceDecoder> create(const String& mimeType, const WTF::TextEncoding& defaultEncoding = WTF::TextEncoding(), bool usesEncodingDetector = false) argument
54 void setEncoding(const WTF::TextEncoding&, EncodingSource);
55 const WTF::TextEncoding& encoding() const { return m_encoding; }
65 void setHintEncoding(const WTF::TextEncoding& encoding)
74 TextResourceDecoder(const String& mimeType, const WTF::TextEncoding& defaultEncoding, bool usesEncodingDetector);
78 static const WTF::TextEncoding& defaultEncoding(ContentType, const WTF::TextEncoding& defaultEncoding);
88 WTF::TextEncoding m_encoding;
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
H A DSMILTime.h112 static unsigned hash(const SMILTime& key) { return WTF::FloatHash<double>::hash(key.value()); }
113 static bool equal(const SMILTime& a, const SMILTime& b) { return WTF::FloatHash<double>::equal(a.value(), b.value()); }
119 namespace WTF { namespace
131 } // namespace WTF
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DArrayBufferView.h38 namespace WTF { namespace
206 } // namespace WTF
208 using WTF::ArrayBufferView;
H A DAssertions.h81 /* WTF logging functions can process %@ in the format string to log a NSObject* but the printf format attribute
116 namespace WTF { namespace
129 } // namespace WTF
131 using WTF::FrameToNameScope;
H A DCheckedArithmetic.h68 namespace WTF { namespace
712 using WTF::Checked;
713 using WTF::CheckedState;
714 using WTF::RecordOverflow;
H A DFunctional.h35 namespace WTF { namespace
1370 using WTF::Function;
1371 using WTF::bind;
1372 using WTF::Closure;
H A DHashIterators.h29 namespace WTF { namespace
216 } // namespace WTF
H A DHashSet.h27 namespace WTF { namespace
103 void removeAll(const Collection& toBeRemoved) { WTF::removeAll(*this, toBeRemoved); }
282 } // namespace WTF
284 using WTF::HashSet;
H A DHashTraits.h32 namespace WTF { namespace
321 } // namespace WTF
323 using WTF::HashTraits;
324 using WTF::PairHashTraits;
325 using WTF::NullableHashTraits;
326 using WTF::SimpleClassHashTraits;
H A DRetainPtr.h46 namespace WTF { namespace
300 } // namespace WTF
302 using WTF::AdoptCF;
303 using WTF::AdoptNS;
304 using WTF::adoptCF;
305 using WTF::adoptNS;
306 using WTF::RetainPtr;
307 using WTF::retainPtr;
H A DTypeTraits.h27 namespace WTF { namespace
288 typename WTF::EnableIf<WTF::IsPointerConvertible<From, To>::Value, bool>::Type = true
290 typename WTF::EnableIf<WTF::IsPointerConvertible<From, To>::Value, bool>::Type
292 } // namespace WTF
300 namespace WTF { namespace
344 } // namespace WTF
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dbignum-dtoa.cc37 namespace WTF { namespace
659 } // namespace WTF
H A Dbignum.cc33 namespace WTF { namespace
770 } // namespace WTF
H A Ddouble-conversion.cc42 namespace WTF { namespace
606 } // namespace WTF
H A Ddouble.h33 namespace WTF { namespace
247 } // namespace WTF
H A Dfixed-dtoa.cc35 namespace WTF { namespace
408 } // namespace WTF
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/
H A DUTF8.cpp34 namespace WTF { namespace
471 } // namespace WTF

Completed in 390 milliseconds

1234567891011