Searched refs:WTF (Results 226 - 250 of 607) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebPrivatePtr.h53 static const bool isGarbageCollected = WTF::IsSubclassOfTemplate<T, GarbageCollected>::value;
54 static const bool isRefCountedGarbageCollected = WTF::IsSubclassOfTemplate<T, RefCountedGarbageCollected>::value;
79 WTF::refIfNotNull(val);
87 WTF::derefIfNotNull(m_ptr);
184 // WebFoo(const WTF::PassRefPtr<Foo>&);
H A DWebStorageQuotaCallbacks.h38 namespace WTF { template <typename T> class PassOwnPtr; } namespace
/external/chromium_org/third_party/WebKit/public/web/
H A DWebElementCollection.h40 namespace WTF { template <typename T> class PassRefPtr; } namespace
H A DWebNodeList.h39 namespace WTF { template <typename T> class PassRefPtr; } namespace
/external/chromium_org/third_party/WebKit/Source/wtf/text/
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 DStringMac.mm26 namespace WTF {
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLParserIdioms.h33 namespace WTF { namespace
65 WTF::TextEncoding encodingFromMetaAttributes(const HTMLAttributeList&);
H A DXSSAuditor.h67 void setEncoding(const WTF::TextEncoding&);
128 WTF::TextEncoding m_encoding;
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DResponseTest.cpp67 WTF::HashMap<String, String> headersMap;
71 for (WTF::HashMap<String, String>::iterator iter = headersMap.begin(); iter != headersMap.end(); ++iter) {
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DEnumClass.h31 namespace WTF { namespace
128 } // namespace WTF
131 using WTF::EnumClass;
H A DFloat32Array.h33 namespace WTF { namespace
105 } // namespace WTF
107 using WTF::Float32Array;
H A DFloat64Array.h33 namespace WTF { namespace
105 } // namespace WTF
107 using WTF::Float64Array;
H A DInt16Array.h31 namespace WTF { namespace
99 } // namespace WTF
101 using WTF::Int16Array;
H A DInt32Array.h32 namespace WTF { namespace
98 } // namespace WTF
100 using WTF::Int32Array;
H A DInt8Array.h32 namespace WTF { namespace
100 } // namespace WTF
102 using WTF::Int8Array;
H A DRefCounted.h37 namespace WTF { namespace
193 } // namespace WTF
195 using WTF::RefCounted;
H A DTerminatedArrayBuilder.h9 namespace WTF { namespace
75 } // namespace WTF
77 using WTF::TerminatedArrayBuilder;
H A DUint16Array.h32 namespace WTF { namespace
100 } // namespace WTF
102 using WTF::Uint16Array;
H A DUint32Array.h32 namespace WTF { namespace
100 } // namespace WTF
102 using WTF::Uint32Array;
H A DUint8Array.h32 namespace WTF { namespace
100 } // namespace WTF
102 using WTF::Uint8Array;
H A DUint8ClampedArray.h34 namespace WTF { namespace
121 } // namespace WTF
123 using WTF::Uint8ClampedArray;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8ElementCustom.cpp90 v8SetReturnValueFast(info, WTF::getPtr(ElementAnimation::animate(*impl, effect)), impl);
102 v8SetReturnValueFast(info, WTF::getPtr(result.release()), impl);
111 v8SetReturnValueFast(info, WTF::getPtr(ElementAnimation::animate(*impl, effect, duration)), impl);
124 v8SetReturnValueFast(info, WTF::getPtr(ElementAnimation::animate(*impl, effect, timingInput)), impl);
137 v8SetReturnValueFast(info, WTF::getPtr(result.release()), impl);
155 v8SetReturnValueFast(info, WTF::getPtr(result.release()), impl);
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
H A DCSPDirectiveList.h35 bool allowJavaScriptURLs(const String& contextURL, const WTF::OrdinalNumber& contextLine, ContentSecurityPolicy::ReportingStatus) const;
36 bool allowInlineEventHandlers(const String& contextURL, const WTF::OrdinalNumber& contextLine, ContentSecurityPolicy::ReportingStatus) const;
37 bool allowInlineScript(const String& contextURL, const WTF::OrdinalNumber& contextLine, ContentSecurityPolicy::ReportingStatus) const;
38 bool allowInlineStyle(const String& contextURL, const WTF::OrdinalNumber& contextLine, ContentSecurityPolicy::ReportingStatus) const;
84 void reportViolationWithLocation(const String& directiveText, const String& effectiveDirective, const String& consoleMessage, const KURL& blockedURL, const String& contextURL, const WTF::OrdinalNumber& contextLine) const;
98 bool checkInlineAndReportViolation(SourceListDirective*, const String& consoleMessage, const String& contextURL, const WTF::OrdinalNumber& contextLine, bool isScript) const;
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DFormDataBuilder.cpp77 WTF::TextEncoding FormDataBuilder::encodingFromAcceptCharset(const String& acceptCharset, const String& inputEncoding, const String& defaultCharset)
85 WTF::TextEncoding encoding;
89 if ((encoding = WTF::TextEncoding(*it)).isValid())
95 return WTF::UTF8Encoding();
166 void FormDataBuilder::addFilenameToMultiPartHeader(Vector<char>& buffer, const WTF::TextEncoding& encoding, const String& filename)
171 appendQuotedString(buffer, encoding.normalizeAndEncode(filename, WTF::QuestionMarksForUnencodables));
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineIterator.h102 ALWAYS_INLINE WTF::Unicode::Direction direction() const;
122 static inline WTF::Unicode::Direction embedCharFromDirection(TextDirection dir, EUnicodeBidi unicodeBidi)
124 using namespace WTF::Unicode;
173 observer->embed(WTF::Unicode::PopDirectionalFormat, FromStyleOrDOM);
426 ALWAYS_INLINE WTF::Unicode::Direction InlineIterator::direction() const
429 return WTF::Unicode::direction(c);
432 return m_obj->style()->isLeftToRightDirection() ? WTF::Unicode::LeftToRight : WTF::Unicode::RightToLeft;
434 return WTF::Unicode::OtherNeutral;
450 updateStatusLastFromCurrentDirection(WTF
[all...]

Completed in 8645 milliseconds

1234567891011>>