Searched defs:WTF (Results 1 - 25 of 274) sorted by path

1234567891011

/external/chromium_org/skia/config/
H A Dsk_ref_cnt_ext_debug.h29 // Bootstrap for Blink's WTF::RefPtr
31 namespace WTF { namespace
44 using WTF::adopted;
45 using WTF::requireAdoption;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DSerializedScriptValue.h39 namespace WTF { namespace
54 typedef Vector<RefPtr<WTF::ArrayBuffer>, 1> ArrayBufferArray;
114 typedef Vector<WTF::ArrayBufferContents, 1> ArrayBufferContentsArray;
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationClock.h44 explicit AnimationClock(WTF::TimeFunction monotonicallyIncreasingTime = WTF::monotonicallyIncreasingTime) argument
58 WTF::TimeFunction m_monotonicallyIncreasingTime;
/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 DFullscreen.h139 namespace WTF { namespace
145 } // namespace WTF
H A DQualifiedName.h101 QualifiedName(WTF::HashTableDeletedValueType) : m_impl(WTF::HashTableDeletedValue) { }
172 namespace WTF { namespace
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementDescriptor.h73 explicit CustomElementDescriptor(WTF::HashTableDeletedValueType value)
92 namespace WTF { namespace
99 } // namespace WTF
H A DCustomElementDescriptorHash.h44 return WTF::pairIntHash(AtomicStringHash::hash(descriptor.type()), WTF::pairIntHash(AtomicStringHash::hash(descriptor.namespaceURI()), AtomicStringHash::hash(descriptor.localName())));
57 namespace WTF { namespace
64 } // namespace WTF
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DSubresourceIntegrity.h10 namespace WTF { namespace
21 static bool CheckSubresourceIntegrity(const Element&, const WTF::String&, const KURL& resourceUrl);
28 static bool parseIntegrityAttribute(const WTF::String& attribute, WTF::String& integrity, HashAlgorithm&);
/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/
H A DDOMFormData.h40 namespace WTF{ namespace
57 static PassRefPtrWillBeRawPtr<DOMFormData> create(const WTF::TextEncoding& encoding)
66 explicit DOMFormData(const WTF::TextEncoding&);
H A DHTMLFormElement.h34 namespace WTF{ namespace
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLVertexArrayObjectOES.h112 namespace WTF { namespace
126 } // 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 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/inspector/
H A DBindingVisitors.h32 namespace WTF { namespace
50 virtual void visitJSExternalString(WTF::StringImpl*) = 0;
H A DInspectorResourceAgent.h42 namespace WTF { namespace
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DBeaconLoader.h12 namespace WTF { namespace
32 static bool sendBeacon(LocalFrame*, int, const KURL&, PassRefPtr<WTF::ArrayBufferView>&, int&);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.h327 namespace WTF { namespace
/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/modules/beacon/
H A DNavigatorBeacon.h12 namespace WTF { namespace
30 static bool sendBeacon(ExecutionContext*, Navigator&, const String&, PassRefPtr<WTF::ArrayBufferView>, ExceptionState&);
40 bool sendBeacon(ExecutionContext*, const String&, PassRefPtr<WTF::ArrayBufferView>, ExceptionState&);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DCookie.h77 namespace WTF { namespace
H A DCrypto.h39 namespace WTF { namespace
65 } // namespace WTF
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebCString.cpp66 RefPtr<WTF::CStringBuffer> buffer =
67 WTF::CString::newUninitialized(length, newData).buffer();
87 WebCString::WebCString(const WTF::CString& s)
92 WebCString& WebCString::operator=(const WTF::CString& s)
98 WebCString::operator WTF::CString() const
103 void WebCString::assign(WTF::CStringBuffer* p)
H A DWebHTTPLoadInfo.cpp55 WebHTTPLoadInfo::WebHTTPLoadInfo(WTF::PassRefPtr<ResourceLoadInfo> value)
60 WebHTTPLoadInfo::operator WTF::PassRefPtr<ResourceLoadInfo>() const

Completed in 1700 milliseconds

1234567891011