Searched defs:WTF (Results 176 - 200 of 274) sorted by relevance

1234567891011

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DThreadSpecificWin.cpp31 namespace WTF { namespace
133 } // namespace WTF
H A DThreadingPrimitives.h48 namespace WTF { namespace
138 // The absoluteTime is in seconds, starting on January 1, 1970. The time is assumed to use the same time zone as WTF::currentTime().
148 // The absoluteTime is in seconds, starting on January 1, 1970. The time is assumed to use the same time zone as WTF::currentTime().
153 } // namespace WTF
155 using WTF::MutexBase;
156 using WTF::Mutex;
157 using WTF::RecursiveMutex;
158 using WTF::MutexLocker;
159 using WTF::MutexTryLocker;
160 using WTF
[all...]
H A DThreadingPthreads.cpp67 namespace WTF { namespace
250 } // namespace WTF
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dcached-powers.cc37 namespace WTF { namespace
196 } // namespace WTF
H A Ddiy-fp.h33 namespace WTF { namespace
120 } // namespace WTF
H A Dfast-dtoa.cc36 namespace WTF { namespace
741 } // namespace WTF
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DBase64.cpp30 namespace WTF { namespace
240 } // namespace WTF
H A DIntegerToStringConversion.h28 namespace WTF { namespace
97 } // namespace WTF
H A DStringBuilderTest.cpp41 namespace WTF { namespace
H A DStringConcatenate.h41 namespace WTF { namespace
340 } // namespace WTF
H A DStringImplCF.cpp32 namespace WTF { namespace
51 return CFSTR("WTF::String-based allocator");
H A DTextCodecUTF16.cpp37 namespace WTF { namespace
190 } // namespace WTF
H A DTextCodecUserDefined.cpp35 namespace WTF { namespace
123 } // namespace WTF
H A DTextPosition.h33 namespace WTF { namespace
88 } // namespace WTF
90 using WTF::OrdinalNumber;
92 using WTF::TextPosition;
94 using WTF::lineEndings;
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
H A DCollatorICU.cpp45 namespace WTF { namespace
146 } // namespace WTF
/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 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 DWebDOMEvent.h40 namespace WTF { template <typename T> class PassRefPtr; } namespace
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DFullscreen.h139 namespace WTF { namespace
145 } // namespace WTF
/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/platform/exported/
H A DWebHTTPLoadInfo.cpp55 WebHTTPLoadInfo::WebHTTPLoadInfo(WTF::PassRefPtr<ResourceLoadInfo> value)
60 WebHTTPLoadInfo::operator WTF::PassRefPtr<ResourceLoadInfo>() const
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DDecodeEscapeSequences.h56 static String decodeRun(const CharType* run, size_t runLength, const WTF::TextEncoding&) argument
103 static String decodeRun(const CharType* run, size_t runLength, const WTF::TextEncoding& encoding)
126 String decodeEscapeSequences(const String& string, const WTF::TextEncoding& encoding)
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DKURL.h37 namespace WTF { namespace
63 explicit KURL(WTF::HashTableDeletedValueType);
78 KURL(const KURL& base, const String& relative, const WTF::TextEncoding&);
187 void init(const KURL& base, const String& relative, const WTF::TextEncoding* queryEncoding);
196 void init(const KURL& base, const CHAR* relative, int relativeLength, const WTF::TextEncoding* queryEncoding);
232 PLATFORM_EXPORT String decodeURLEscapeSequences(const String&, const WTF::TextEncoding&);
270 namespace WTF { namespace
277 } // namespace WTF
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPageSerializerImpl.h47 namespace WTF { namespace
97 typedef HashMap<WTF::String, WTF::String> LinkLocalPathMap;
111 WTF::String m_localDirectoryName;
121 const WTF::TextEncoding& textEncoding;
123 const WTF::String& directoryName;
139 SerializeDomParam(const KURL&, const WTF::TextEncoding&, Document*, const WTF::String& directoryName);
146 WTF::String preActionBeforeSerializeOpenTag(const Element*,
151 WTF
[all...]

Completed in 6085 milliseconds

1234567891011