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

1 2 3 4 56 7

  /external/webkit/JavaScriptCore/wtf/unicode/
UTF8.cpp 29 namespace WTF {
  /external/webkit/JavaScriptCore/wtf/wince/
FastMallocWince.h 80 namespace WTF {
171 } // namespace WTF
MemoryManager.cpp 35 namespace WTF {
  /external/webkit/WebCore/loader/
ImageLoader.cpp 34 namespace WTF {
  /external/webkit/WebCore/platform/text/
AtomicString.h 56 AtomicString(WTF::HashTableDeletedValueType) : m_string(WTF::HashTableDeletedValue) { }
166 namespace WTF {
174 } // namespace WTF
PlatformString.h 84 String(WTF::HashTableDeletedValueType) : m_impl(WTF::HashTableDeletedValue) { }
249 WTF::Unicode::Direction defaultWritingDirection() const { return m_impl ? m_impl->defaultWritingDirection() : WTF::Unicode::LeftToRight; }
404 namespace WTF {
  /external/webkit/WebKit/chromium/public/
WebInputElement.h 38 namespace WTF { template <typename T> class PassRefPtr; }
53 WebInputElement(const WTF::PassRefPtr<WebCore::HTMLInputElement>&);
54 WebInputElement& operator=(const WTF::PassRefPtr<WebCore::HTMLInputElement>&);
55 operator WTF::PassRefPtr<WebCore::HTMLInputElement>() const;
WebNode.h 39 namespace WTF { template <typename T> class PassRefPtr; }
68 WebNode(const WTF::PassRefPtr<WebCore::Node>&);
69 WebNode& operator=(const WTF::PassRefPtr<WebCore::Node>&);
70 operator WTF::PassRefPtr<WebCore::Node>() const;
  /external/webkit/WebKit/chromium/src/
WebDragData.cpp 40 #include <wtf/PassRefPtr.h>
212 WebDragData::WebDragData(const WTF::PassRefPtr<WebCore::ChromiumDataObject>& data)
217 WebDragData& WebDragData::operator=(const WTF::PassRefPtr<WebCore::ChromiumDataObject>& data)
223 WebDragData::operator WTF::PassRefPtr<WebCore::ChromiumDataObject>() const
WebAccessibilityObject.cpp 389 WebAccessibilityObject::WebAccessibilityObject(const WTF::PassRefPtr<WebCore::AccessibilityObject>& object)
394 WebAccessibilityObject& WebAccessibilityObject::operator=(const WTF::PassRefPtr<WebCore::AccessibilityObject>& object)
400 WebAccessibilityObject::operator WTF::PassRefPtr<WebCore::AccessibilityObject>() const
  /external/webkit/JavaScriptCore/runtime/
UString.h 30 #include <wtf/Assertions.h>
31 #include <wtf/CrossThreadRefCounted.h>
32 #include <wtf/OwnFastMallocPtr.h>
33 #include <wtf/PassRefPtr.h>
34 #include <wtf/PtrAndFlags.h>
35 #include <wtf/RefPtr.h>
36 #include <wtf/Vector.h>
37 #include <wtf/unicode/Unicode.h>
41 using WTF::PlacementNewAdoptType;
42 using WTF::PlacementNewAdopt
    [all...]
  /external/webkit/JavaScriptCore/wtf/
CurrentTime.cpp 72 namespace WTF {
309 } // namespace WTF
Deque.h 38 namespace WTF {
665 } // namespace WTF
667 using WTF::Deque;
FastMalloc.h 29 namespace WTF {
181 } // namespace WTF
183 using WTF::fastMalloc;
184 using WTF::fastZeroedMalloc;
185 using WTF::fastCalloc;
186 using WTF::fastRealloc;
187 using WTF::tryFastMalloc;
188 using WTF::tryFastZeroedMalloc;
189 using WTF::tryFastCalloc;
190 using WTF::tryFastRealloc
    [all...]
HashMap.h 26 namespace WTF {
403 } // namespace WTF
405 using WTF::HashMap;
SegmentedVector.h 32 #include <wtf/Vector.h>
34 namespace WTF {
251 } // namespace WTF
253 using WTF::SegmentedVector;
ThreadingPthreads.cpp 54 namespace WTF {
237 // Not a WTF-created thread, ThreadIdentifier is not established yet.
391 } // namespace WTF
ThreadingWin.cpp 102 #include <wtf/CurrentTime.h>
103 #include <wtf/HashMap.h>
104 #include <wtf/MathExtras.h>
105 #include <wtf/RandomNumberSeed.h>
107 namespace WTF {
467 double currentTime = WTF::currentTime();
493 } // namespace WTF
  /external/webkit/JavaScriptCore/wtf/gtk/
ThreadingGtk.cpp 43 namespace WTF {
  /external/webkit/JavaScriptCore/wtf/qt/
ThreadingQt.cpp 44 namespace WTF {
265 double currentTime = WTF::currentTime();
  /external/webkit/WebCore/dom/
QualifiedName.h 25 #include <wtf/HashTraits.h>
115 uint32_t hash = WTF::stringHashingStartValue;
159 namespace WTF {
  /external/webkit/WebCore/platform/
KURL.h 374 namespace WTF {
382 } // namespace WTF
  /external/webkit/WebCore/platform/graphics/
BitmapImage.h 36 #include <wtf/RetainPtr.h>
59 namespace WTF {
  /external/webkit/WebCore/platform/win/
COMPtr.h 35 #include <WTF/Assertions.h>
36 #include <WTF/HashTraits.h>
41 // as we do with things in WTF?
60 COMPtr(WTF::HashTableDeletedValueType) : m_ptr(hashTableDeletedValue()) { }
199 namespace WTF {
  /external/webkit/WebKit/gtk/webkit/
webkitprivate.h 375 namespace WTF {

Completed in 182 milliseconds

1 2 3 4 56 7