Searched defs:WTF (Results 76 - 100 of 281) sorted by relevance

1234567891011>>

/external/webkit/Source/JavaScriptCore/wtf/
H A DMD5.h36 namespace WTF { namespace
57 } // namespace WTF
59 using WTF::MD5;
H A DOwnFastMallocPtr.h27 namespace WTF { namespace
48 } // namespace WTF
50 using WTF::OwnFastMallocPtr;
H A DPageAllocationAligned.h32 namespace WTF { namespace
66 } // namespace WTF
68 using WTF::PageAllocationAligned;
H A DRefCountedLeakCounter.cpp26 namespace WTF { namespace
100 } // namespace WTF
H A DSHA1.h36 namespace WTF { namespace
62 } // namespace WTF
64 using WTF::SHA1;
H A DSinglyLinkedList.h29 namespace WTF { namespace
70 using WTF::SinglyLinkedList;
/external/webkit/Source/JavaScriptCore/wtf/chromium/
H A DMainThreadChromium.cpp38 namespace WTF { namespace
72 } // namespace WTF
/external/webkit/Source/JavaScriptCore/wtf/unicode/
H A DUTF8.h31 namespace WTF { namespace
78 } // namespace WTF
/external/webkit/Source/JavaScriptCore/wtf/url/src/
H A DRawURLBuffer.h35 namespace WTF { namespace
69 } // namespace WTF
/external/webkit/Source/JavaScriptCore/wtf/wx/
H A DStringWx.cpp37 namespace WTF { namespace
84 } // namespace WTF
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DRefPtrCairo.h35 namespace WTF { namespace
/external/webkit/Source/WebCore/platform/win/
H A DPathWalker.h29 namespace WTF { namespace
38 PathWalker(const WTF::String& directory, const WTF::String& pattern);
/external/webkit/Source/WebKit/chromium/public/
H A DWebAttribute.h39 namespace WTF { template <typename T> class PassRefPtr; } namespace
65 WebAttribute(const WTF::PassRefPtr<WebCore::Attribute>&);
H A DWebAudioBus.h33 namespace WTF { template <typename T> class PassOwnPtr; } namespace
62 WTF::PassOwnPtr<WebCore::AudioBus> release();
H A DWebDOMStringList.h40 namespace WTF { template <typename T> class PassRefPtr; } namespace
65 WebDOMStringList(const WTF::PassRefPtr<WebCore::DOMStringList>&);
66 WebDOMStringList& operator=(const WTF::PassRefPtr<WebCore::DOMStringList>&);
67 operator WTF::PassRefPtr<WebCore::DOMStringList>() const;
H A DWebDocument.h41 namespace WTF { template <typename T> class PassRefPtr; } namespace
86 WebDocument(const WTF::PassRefPtr<WebCore::Document>&);
87 WebDocument& operator=(const WTF::PassRefPtr<WebCore::Document>&);
88 operator WTF::PassRefPtr<WebCore::Document>() const;
H A DWebDocumentType.h38 namespace WTF { template <typename T> class PassRefPtr; } namespace
60 WebDocumentType(const WTF::PassRefPtr<WebCore::DocumentType>&);
61 WebDocumentType& operator=(const WTF::PassRefPtr<WebCore::DocumentType>&);
62 operator WTF::PassRefPtr<WebCore::DocumentType>() const;
H A DWebIDBKeyPath.h35 namespace WTF { template<typename T, size_t inlineCapacity> class Vector; } namespace
52 operator const WTF::Vector<WebCore::IDBKeyPathElement, 0>& () const;
59 WebIDBKeyPath(const WTF::Vector<WebCore::IDBKeyPathElement, 0>&, int parseError);
62 WebPrivateOwnPtr<WTF::Vector<WebCore::IDBKeyPathElement, 0> > m_private;
H A DWebLabelElement.h38 namespace WTF { template <typename T> class PassRefPtr; } namespace
60 WebLabelElement(const WTF::PassRefPtr<WebCore::HTMLLabelElement>&);
61 WebLabelElement& operator=(const WTF::PassRefPtr<WebCore::HTMLLabelElement>&);
62 operator WTF::PassRefPtr<WebCore::HTMLLabelElement>() const;
H A DWebNamedNodeMap.h39 namespace WTF { template <typename T> class PassRefPtr; } namespace
65 WebNamedNodeMap(const WTF::PassRefPtr<WebCore::NamedNodeMap>&);
H A DWebNodeCollection.h38 namespace WTF { template <typename T> class PassRefPtr; } namespace
65 WebNodeCollection(const WTF::PassRefPtr<WebCore::HTMLCollection>&);
H A DWebNodeList.h38 namespace WTF { template <typename T> class PassRefPtr; } namespace
64 WebNodeList(const WTF::PassRefPtr<WebCore::NodeList>&);
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.h81 virtual void registerCommandForUndo(WTF::PassRefPtr<EditCommand>);
82 virtual void registerCommandForRedo(WTF::PassRefPtr<EditCommand>);
109 virtual void checkGrammarOfString(const UChar*, int length, WTF::Vector<GrammarDetail>&, int* badGrammarLocation, int* badGrammarLength);
114 virtual void getGuessesForWord(const String& word, const String& context, WTF::Vector<String>& guesses);
117 virtual void requestCheckingOfString(WebCore::SpellChecker*, int, WebCore::TextCheckingTypeMask, const WTF::String&) {} argument
/external/webkit/Source/WebCore/bindings/cpp/
H A DWebDOMString.cpp29 class WebDOMStringPrivate : public WTF::StringImpl {
48 WTF::StringImpl::create(data, length).get()));
63 return WTF::String(m_private).utf8();
68 return WTF::String::fromUTF8(data, length);
73 return WTF::String::fromUTF8(data);
76 WebDOMString::WebDOMString(const WTF::String& s)
83 WebDOMString& WebDOMString::operator=(const WTF::String& s)
89 WebDOMString::operator WTF::String() const
94 WebDOMString::WebDOMString(const WTF::AtomicString& s)
100 WebDOMString& WebDOMString::operator=(const WTF
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DWebString.cpp42 class WebStringPrivate : public WTF::StringImpl {
61 WTF::StringImpl::create(data, length).get()));
76 return WTF::String(m_private).utf8();
81 return WTF::String::fromUTF8(data, length);
86 return WTF::String::fromUTF8(data);
94 WebString::WebString(const WTF::String& s)
101 WebString& WebString::operator=(const WTF::String& s)
107 WebString::operator WTF::String() const
112 WebString::WebString(const WTF::AtomicString& s)
118 WebString& WebString::operator=(const WTF
[all...]

Completed in 215 milliseconds

1234567891011>>