HomeSort by relevance Sort by last modified time
    Searched defs:WTF (Results 101 - 125 of 160) sorted by null

1 2 3 45 6 7

  /external/webkit/JavaScriptCore/wtf/
ThreadSpecific.h 44 #include <wtf/Noncopyable.h>
54 namespace WTF {
58 // This is done automatically for threads created with WTF::createThread.
ThreadingNone.cpp 35 namespace WTF {
TypeTraits.h 31 namespace WTF {
371 } // namespace WTF
DateMath.h 48 #include <wtf/CurrentTime.h>
49 #include <wtf/Noncopyable.h>
50 #include <wtf/UnusedParam.h>
52 namespace WTF {
63 return floor(WTF::currentTimeMS());
86 } // namespace WTF
88 using WTF::dateToDaysFrom1970;
89 using WTF::dayInMonthFromDayInYear;
90 using WTF::dayInYear;
91 using WTF::minutesPerHour
    [all...]
FastMalloc.cpp 107 namespace WTF {
156 } // namespace WTF
161 namespace WTF {
203 } // namespace WTF
207 namespace WTF {
372 } // namespace WTF
418 #include <wtf/HashSet.h>
419 #include <wtf/Vector.h>
452 namespace WTF {
    [all...]
HashIterators.h 29 namespace WTF {
214 } // namespace WTF
HashSet.h 27 namespace WTF {
286 } // namespace WTF
288 using WTF::HashSet;
MessageQueue.h 34 #include <wtf/Assertions.h>
35 #include <wtf/Deque.h>
36 #include <wtf/Noncopyable.h>
37 #include <wtf/Threading.h>
39 namespace WTF {
211 } // namespace WTF
213 using WTF::MessageQueue;
215 using WTF::MessageQueueWaitResult;
216 using WTF::MessageQueueTerminated;
217 using WTF::MessageQueueTimeout
    [all...]
PassRefPtr.h 26 namespace WTF {
259 } // namespace WTF
261 using WTF::PassRefPtr;
262 using WTF::NonNullPassRefPtr;
263 using WTF::adoptRef;
264 using WTF::static_pointer_cast;
265 using WTF::const_pointer_cast;
RefPtr.h 29 namespace WTF {
214 } // namespace WTF
216 using WTF::RefPtr;
217 using WTF::static_pointer_cast;
218 using WTF::const_pointer_cast;
RefPtrHashMap.h 21 namespace WTF {
336 } // namespace WTF
RetainPtr.h 32 namespace WTF {
197 } // namespace WTF
199 using WTF::AdoptCF;
200 using WTF::AdoptNS;
201 using WTF::RetainPtr;
Threading.h 68 #include <wtf/Assertions.h>
69 #include <wtf/Locker.h>
70 #include <wtf/Noncopyable.h>
89 #include <wtf/gtk/GOwnPtr.h>
106 WTF::lockAtomicallyInitializedStaticMutex(); \
108 WTF::unlockAtomicallyInitializedStaticMutex();
110 namespace WTF {
211 // The absoluteTime is in seconds, starting on January 1, 1970. The time is assumed to use the same time zone as WTF::currentTime().
331 } // namespace WTF
333 using WTF::Mutex
    [all...]
  /external/webkit/JavaScriptCore/wtf/brew/
OwnPtrBrew.h 27 #include <wtf/Assertions.h>
28 #include <wtf/Noncopyable.h>
31 // in WTF headers.
36 namespace WTF {
129 } // namespace WTF
131 using WTF::OwnPtrBrew;
  /external/webkit/JavaScriptCore/wtf/unicode/wince/
UnicodeWince.cpp 27 namespace WTF {
176 } // namespace WTF
  /external/webkit/WebCore/platform/graphics/gtk/
ImageGtk.cpp 35 namespace WTF {
  /external/webkit/WebCore/platform/gtk/
GeolocationServiceGtk.cpp 28 namespace WTF {
  /external/webkit/WebCore/platform/text/
StringHash.h 27 #include <wtf/HashTraits.h>
28 #include <wtf/StringHashFunctions.h>
29 #include <wtf/unicode/Unicode.h>
105 uint32_t hash = WTF::stringHashingStartValue;
113 hash += WTF::Unicode::foldCase(s[0]);
114 tmp = (WTF::Unicode::foldCase(s[1]) << 11) ^ hash;
122 hash += WTF::Unicode::foldCase(s[0]);
155 uint32_t hash = WTF::stringHashingStartValue;
163 hash += WTF::Unicode::foldCase(s[0]);
164 tmp = (WTF::Unicode::foldCase(s[1]) << 11) ^ hash
    [all...]
  /external/webkit/WebKit/chromium/src/
WebDatabase.cpp 44 #include <wtf/PassRefPtr.h>
45 #include <wtf/RefPtr.h>
127 WebDatabase::WebDatabase(const WTF::PassRefPtr<Database>& database)
132 WebDatabase& WebDatabase::operator=(const WTF::PassRefPtr<Database>& database)
138 WebDatabase::operator WTF::PassRefPtr<Database>() const
WebInputElement.cpp 37 #include <wtf/PassRefPtr.h>
43 WebInputElement::WebInputElement(const WTF::PassRefPtr<HTMLInputElement>& elem)
48 WebInputElement& WebInputElement::operator=(const WTF::PassRefPtr<HTMLInputElement>& elem)
54 WebInputElement::operator WTF::PassRefPtr<HTMLInputElement>() const
WebNotification.cpp 41 #include <wtf/PassRefPtr.h>
117 WebNotification::WebNotification(const WTF::PassRefPtr<Notification>& notification)
122 WebNotification& WebNotification::operator=(const WTF::PassRefPtr<Notification>& notification)
128 WebNotification::operator WTF::PassRefPtr<Notification>() const
130 return WTF::PassRefPtr<Notification>(const_cast<WebNotificationPrivate*>(m_private));
  /external/webkit/WebKit/gtk/webkit/
webkitprivate.cpp 179 namespace WTF {
  /frameworks/base/core/java/com/android/internal/widget/
Smileys.java 61 public static int WTF = 16;
  /external/webkit/JavaScriptCore/wtf/gtk/
GOwnPtr.h 26 #include <wtf/Assertions.h>
27 #include <wtf/Noncopyable.h>
30 // in WTF headers.
40 namespace WTF {
142 } // namespace WTF
144 using WTF::GOwnPtr;
GRefPtr.h 31 namespace WTF {
178 } // namespace WTF
180 using WTF::GRefPtr;
181 using WTF::refGPtr;
182 using WTF::derefGPtr;
183 using WTF::adoptGRef;
184 using WTF::static_pointer_cast;
185 using WTF::const_pointer_cast;

Completed in 223 milliseconds

1 2 3 45 6 7