Searched refs:WTF (Results 76 - 100 of 607) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/platform/testing/
H A DRunAllTests.cpp39 #include "wtf/WTF.h"
55 WTF::setRandomSource(AlwaysZeroNumberSource);
56 WTF::initialize(CurrentTime, 0);
57 WTF::initializeMainThread(0);
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextRunIterator.h60 WTF::Unicode::Direction direction() const { return atEnd() ? WTF::Unicode::OtherNeutral : WTF::Unicode::direction(current()); }
H A DBidiCharacterRun.cpp30 using namespace WTF;
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DWTFThreadData.h38 namespace WTF { namespace
81 } // namespace WTF
83 using WTF::WTFThreadData;
84 using WTF::wtfThreadData;
H A DArrayBufferBuilder.h39 namespace WTF { namespace
113 } // namespace WTF
115 using WTF::ArrayBufferBuilder;
H A DBitArray.h32 namespace WTF { namespace
64 } // namespace WTF
66 using WTF::BitArray;
H A DDoubleBufferedDeque.h11 namespace WTF { namespace
43 } // namespace WTF
45 using WTF::DoubleBufferedDeque;
H A DFilePrintStream.h33 namespace WTF { namespace
57 } // namespace WTF
59 using WTF::FilePrintStream;
H A DIntegralTypedArrayBase.h37 namespace WTF { namespace
60 } // namespace WTF
62 using WTF::IntegralTypedArrayBase;
H A DPassTraits.h36 // of WTF data structures with WTF smart pointers that have a Pass
39 namespace WTF { namespace
59 } // namespace WTF
61 using WTF::PassTraits;
H A DThreadSafeRefCounted.h39 namespace WTF { namespace
95 } // namespace WTF
97 using WTF::ThreadSafeRefCounted;
H A DAtomics.h50 namespace WTF { namespace
232 } // namespace WTF
234 using WTF::atomicAdd;
235 using WTF::atomicSubtract;
236 using WTF::atomicDecrement;
237 using WTF::atomicIncrement;
238 using WTF::atomicTestAndSetToOne;
239 using WTF::atomicSetOneToZero;
240 using WTF::acquireLoad;
241 using WTF
[all...]
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCString.h44 namespace WTF { namespace
95 BLINK_COMMON_EXPORT WebCString(const WTF::CString&);
96 BLINK_COMMON_EXPORT WebCString& operator=(const WTF::CString&);
97 BLINK_COMMON_EXPORT operator WTF::CString() const;
125 BLINK_COMMON_EXPORT void assign(WTF::CStringBuffer*);
126 WebPrivatePtr<WTF::CStringBuffer> m_private;
H A DWebAudioBus.h31 namespace WTF { template <typename T> class PassRefPtr; } namespace
65 WTF::PassRefPtr<AudioBus> release();
H A DWebPermissionCallbacks.h10 namespace WTF { template <typename T> class PassOwnPtr; } namespace
32 BLINK_PLATFORM_EXPORT WebPermissionCallbacks(const WTF::PassOwnPtr<PermissionCallbacks>&);
H A DWebThreadSafeData.h61 BLINK_PLATFORM_EXPORT WebThreadSafeData(const WTF::PassRefPtr<RawData>&);
62 BLINK_PLATFORM_EXPORT WebThreadSafeData& operator=(const WTF::PassRefPtr<RawData>&);
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResourceLoadPriorityOptimizer.h71 typedef HashMap<unsigned long, OwnPtr<ResourceAndVisibility>, WTF::IntHash<unsigned>, WTF::UnsignedWithZeroKeyHashTraits<unsigned> > ImageResourceMap;
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLMetaCharsetParser.h49 const WTF::TextEncoding& encoding() { return m_encoding; }
63 WTF::TextEncoding m_encoding;
/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/platform/exported/
H A DWebString.cpp123 WebString::WebString(const WTF::String& s)
128 WebString& WebString::operator=(const WTF::String& s)
134 WebString::operator WTF::String() const
139 WebString::WebString(const WTF::AtomicString& s)
144 WebString& WebString::operator=(const WTF::AtomicString& s)
150 WebString::operator WTF::AtomicString() const
152 return WTF::AtomicString(m_private.get());
155 void WebString::assign(WTF::StringImpl* p)
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DMemoryActivatedFont.h88 WTF::RetainPtr<CGFontRef> m_cgFont;
90 WTF::String m_inSandboxHashKey;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDevToolsFrontendImpl.h54 virtual void sendMessageToBackend(const WTF::String&) OVERRIDE;
56 virtual void sendMessageToEmbedder(const WTF::String&) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentEncodingData.cpp51 void DocumentEncodingData::setEncoding(const WTF::TextEncoding& encoding)
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DSpellCheckerClient.h46 virtual void updateSpellingUIWithMisspelledWord(const WTF::String&) = 0;
/external/chromium_org/third_party/WebKit/Source/modules/encoding/
H A DTextEncoder.cpp43 WTF::TextEncoding encoding(utfLabel);
58 TextEncoder::TextEncoder(const WTF::TextEncoding& encoding)
79 result = m_codec->encode(input.characters8(), input.length(), WTF::QuestionMarksForUnencodables);
81 result = m_codec->encode(input.characters16(), input.length(), WTF::QuestionMarksForUnencodables);

Completed in 408 milliseconds

1234567891011>>