Searched refs:WTF (Results 101 - 125 of 607) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/web/
H A DOpenedFrameTracker.h32 WTF::HashSet<WebFrame*> m_openedFrames;
H A DSpellCheckerClientImpl.h55 virtual void checkGrammarOfString(const String&, WTF::Vector<GrammarDetail>&,
57 virtual WTF::String getAutoCorrectSuggestionForMisspelledWord(const WTF::String&) OVERRIDE;
58 virtual void updateSpellingUIWithMisspelledWord(const WTF::String&) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DThreadRestrictionVerifier.h40 namespace WTF { namespace
H A DWTF.h39 namespace WTF { namespace
41 // This function must be called exactly once from the main thread before using anything else in WTF.
62 } // namespace WTF
H A DHexNumber.h25 namespace WTF { namespace
98 } // namespace WTF
100 using WTF::appendByteAsHex;
101 using WTF::appendUnsignedAsHex;
102 using WTF::appendUnsignedAsHexFixedSize;
103 using WTF::placeByteAsHex;
104 using WTF::placeByteAsHexCompressIfPossible;
105 using WTF::Lowercase;
H A DVectorTraits.h31 namespace WTF { namespace
93 } // namespace WTF
96 namespace WTF { \
102 namespace WTF { \
112 namespace WTF { \
120 using WTF::VectorTraits;
121 using WTF::SimpleClassVectorTraits;
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dcached-powers.h33 namespace WTF { namespace
65 } // namespace WTF
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodec.cpp32 namespace WTF { namespace
57 } // namespace WTF
H A DTextCodecReplacement.h11 namespace WTF { namespace
26 } // namespace WTF
H A DTextPosition.h33 namespace WTF { namespace
88 } // namespace WTF
90 using WTF::OrdinalNumber;
92 using WTF::TextPosition;
94 using WTF::lineEndings;
H A DStringBuffer.h36 namespace WTF { namespace
76 } // namespace WTF
78 using WTF::StringBuffer;
H A DStringImplMac.mm28 namespace WTF {
H A DStringUTF8Adaptor.h38 namespace WTF { namespace
82 } // namespace WTF
84 using WTF::StringUTF8Adaptor;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebHTTPBody.h41 namespace WTF { template <typename T> class PassRefPtr; } namespace
104 BLINK_PLATFORM_EXPORT WebHTTPBody(const WTF::PassRefPtr<FormData>&);
105 BLINK_PLATFORM_EXPORT WebHTTPBody& operator=(const WTF::PassRefPtr<FormData>&);
106 BLINK_PLATFORM_EXPORT operator WTF::PassRefPtr<FormData>() const;
H A DWebString.h46 namespace WTF { namespace
123 BLINK_COMMON_EXPORT WebString(const WTF::String&);
124 BLINK_COMMON_EXPORT WebString& operator=(const WTF::String&);
125 BLINK_COMMON_EXPORT operator WTF::String() const;
127 BLINK_COMMON_EXPORT WebString(const WTF::AtomicString&);
128 BLINK_COMMON_EXPORT WebString& operator=(const WTF::AtomicString&);
129 BLINK_COMMON_EXPORT operator WTF::AtomicString() const;
175 BLINK_COMMON_EXPORT void assign(WTF::StringImpl*);
177 WebPrivatePtr<WTF::StringImpl> m_private;
/external/chromium_org/third_party/WebKit/public/web/
H A DWebSecurityOrigin.h37 namespace WTF { template <typename T> class PassRefPtr; } namespace
110 WebSecurityOrigin(const WTF::PassRefPtr<SecurityOrigin>&);
111 WebSecurityOrigin& operator=(const WTF::PassRefPtr<SecurityOrigin>&);
112 operator WTF::PassRefPtr<SecurityOrigin>() const;
/external/chromium_org/third_party/WebKit/Source/modules/encoding/
H A DTextDecoder.cpp44 WTF::TextEncoding encoding(label);
56 TextDecoder::TextDecoder(const WTF::TextEncoding& encoding, bool fatal, bool ignoreBOM)
72 // Where possible, encoding aliases should be handled by changes to Chromium's ICU or Blink's WTF.
73 // The same codec is used, but WTF maintains a different name/identity for these.
84 WTF::FlushBehavior flush = options.stream() ? WTF::DoNotFlush : WTF::DataEOF;
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.h79 typedef typename WTF::RemoveConst<T>::Type NonConstType;
80 typedef WTF::IsSubclassOfTemplate<NonConstType, GarbageCollected> GarbageCollectedSubclass;
82 typedef WTF::IsSubclassOfTemplate3<NonConstType, HeapHashSet> HeapHashSetSubclass;
83 typedef WTF::IsSubclassOfTemplate3<NonConstType, HeapLinkedHashSet> HeapLinkedHashSetSubclass;
84 typedef WTF::IsSubclassOfTemplateTypenameSizeTypename<NonConstType, HeapListHashSet> HeapListHashSetSubclass;
85 typedef WTF::IsSubclassOfTemplate5<NonConstType, HeapHashMap> HeapHashMapSubclass;
86 typedef WTF::IsSubclassOfTemplateTypenameSize<NonConstType, HeapVector> HeapVectorSubclass;
87 typedef WTF::IsSubclassOfTemplateTypenameSize<NonConstType, HeapDeque> HeapDequeSubclass;
88 typedef WTF::IsSubclassOfTemplate3<NonConstType, HeapHashCountedSet> HeapHashCountedSetSubclass;
89 typedef WTF
1212 namespace WTF { namespace
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptStreamerThread.h54 WTF::OwnPtr<blink::WebThread> m_thread;
66 WTF::OwnPtr<v8::ScriptCompiler::ScriptStreamingTask> m_v8Task;
/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
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLParserThread.cpp67 s_sharedThread->postTask(WTF::bind(&HTMLParserThread::cleanupHTMLParserThread, s_sharedThread));
87 postTask(WTF::bind(&HTMLParserThread::setupHTMLParserThread, this));
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontCacheKey.h57 FontCacheKey(WTF::HashTableDeletedValueType)
112 struct FontCacheKeyTraits : WTF::SimpleClassHashTraits<FontCacheKey> { };
H A DFontDataCache.h57 struct FontDataCacheKeyTraits : WTF::GenericHashTraits<FontPlatformData> {
67 new (NotNull, &slot) FontPlatformData(WTF::HashTableDeletedValue);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMStringList.cpp53 std::sort(m_strings.begin(), m_strings.end(), WTF::codePointCompareLessThan);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DFrameData.h61 namespace WTF { namespace

Completed in 1612 milliseconds

1234567891011>>