HomeSort by relevance Sort by last modified time
    Searched refs:WTF (Results 251 - 275 of 484) sorted by null

<<11121314151617181920

  /external/webkit/WebCore/plugins/win/
PluginMessageThrottlerWin.cpp 31 #include <wtf/ASCIICType.h>
33 using namespace WTF;
  /external/webkit/WebKit/android/jni/
PictureSet.h 45 #include <wtf/Vector.h>
98 WTF::Vector<Pictures> mPictures;
JavaBridge.cpp 54 #include <wtf/Platform.h>
55 #include <wtf/StdLibExtras.h>
81 virtual WTF::Vector<WebCore::String> getPluginDirectories();
84 virtual WTF::Vector<String> getSupportedKeyStrengthList();
228 WTF::Vector<WebCore::String>
231 WTF::Vector<WebCore::String> directories;
277 WTF::Vector<WebCore::String>JavaBridge::getSupportedKeyStrengthList() {
278 WTF::Vector<WebCore::String> list;
385 WTF::Vector<WebCore::String> directories;
  /external/webkit/WebKit/chromium/src/
WebEntities.cpp 38 #include <wtf/HashMap.h>
55 void populateMap(WTF::HashMap<int, WebCore::String>& map,
WebPopupMenuImpl.h 42 #include <wtf/RefCounted.h>
95 friend class WTF::RefCounted<WebPopupMenuImpl>;
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/WebKit/win/
WebDataSource.h 31 #include <WTF/RefPtr.h>
WebIconDatabase.h 37 #include <wtf/Vector.h>
38 #include <wtf/Threading.h>
49 using namespace WTF;
  /external/webkit/JavaScriptCore/runtime/
UStringImpl.h 30 #include <wtf/CrossThreadRefCounted.h>
31 #include <wtf/OwnFastMallocPtr.h>
32 #include <wtf/PossiblyNull.h>
33 #include <wtf/StringHashFunctions.h>
34 #include <wtf/Vector.h>
35 #include <wtf/unicode/Unicode.h>
175 static unsigned computeHash(const UChar* s, int length) { ASSERT(length >= 0); return WTF::stringHash(s, length); }
176 static unsigned computeHash(const char* s, int length) { ASSERT(length >= 0); return WTF::stringHash(s, length); }
177 static unsigned computeHash(const char* s) { return WTF::stringHash(s); }
JSObject.cpp 39 #include <wtf/Assertions.h>
133 if ((m_structure->get(propertyName, attributes, specificValue) != WTF::notFound) && attributes & ReadOnly)
205 if (m_structure->get(propertyName, attributes, specificValue) != WTF::notFound) {
418 if (m_structure->get(propertyName, attributes, specificValue) != WTF::notFound)
496 if (offset != WTF::notFound)
503 if (offset != WTF::notFound)
541 if (offset == WTF::notFound)
JSByteArray.cpp 32 using 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 {
StringImpl.cpp 38 #include <wtf/dtoa.h>
39 #include <wtf/Assertions.h>
40 #include <wtf/Threading.h>
41 #include <wtf/unicode/Unicode.h>
43 using namespace WTF;
885 WTF::Unicode::Direction StringImpl::defaultWritingDirection()
888 WTF::Unicode::Direction charDirection = WTF::Unicode::direction(m_data[i]);
889 if (charDirection == WTF::Unicode::LeftToRight)
890 return WTF::Unicode::LeftToRight
    [all...]
  /external/webkit/JavaScriptCore/wtf/
DateMath.cpp 110 using namespace WTF;
112 namespace WTF {
857 } // namespace WTF
941 double result = (day * WTF::msPerDay) + ms;
973 tm.utcOffset = static_cast<long>((dstOff + utcOff) / WTF::msPerSecond);
982 double ms = WTF::parseDateFromNullTerminatedCharacters(dateString, haveTZ, offset);
990 offset = static_cast<int>((utcOffset + dstOffset) / WTF::msPerMinute);
992 return ms - (offset * WTF::msPerMinute);
RandomNumber.cpp 49 namespace WTF {
  /external/webkit/WebCore/bindings/v8/
V8Binding.cpp 59 m_threadId = WTF::currentThread();
70 m_threadId = WTF::currentThread();
79 ASSERT(m_threadId == WTF::currentThread());
99 ASSERT(m_threadId == WTF::currentThread());
126 WTF::ThreadIdentifier m_threadId;
385 ASSERT(WTF::isMainThread());
392 ASSERT(WTF::isMainThread());
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.cpp 62 WTF::Unicode::Direction direction() const { return atEnd() ? WTF::Unicode::OtherNeutral : WTF::Unicode::direction(current()); }
347 WTF::Unicode::Direction paragraphDirection = run.ltr() ? WTF::Unicode::LeftToRight : WTF::Unicode::RightToLeft;
  /external/webkit/WebCore/bindings/js/
JSSVGPODTypeWrapper.h 33 #include <wtf/StdLibExtras.h>
287 PODTypeWrapperCacheInfo(WTF::HashTableDeletedValueType)
338 struct PODTypeWrapperCacheInfoTraits : WTF::GenericHashTraits<PODTypeWrapperCacheInfo<PODType, PODTypeCreator> > {
352 new (&slot) CacheInfo(WTF::HashTableDeletedValue);
JSLazyEventListener.cpp 28 #include <wtf/RefCountedLeakCounter.h>
35 static WTF::RefCountedLeakCounter eventListenerCounter("JSLazyEventListener");
  /external/webkit/WebKit/android/WebCoreSupport/
GeolocationPermissions.cpp 112 if (m_queuedOrigins.find(originString) == WTF::notFound) {
133 if (index == WTF::notFound)
220 if (index == WTF::notFound || !index)
  /external/webkit/JavaScriptCore/bytecode/
Instruction.h 35 #include <wtf/VectorTraits.h>
160 namespace WTF {
164 } // namespace WTF
  /external/webkit/JavaScriptCore/parser/
Lexer.h 28 #include <wtf/ASCIICType.h>
29 #include <wtf/SegmentedVector.h>
30 #include <wtf/Vector.h>
31 #include <wtf/unicode/Unicode.h>
121 return isASCII(ch) ? (ch == ' ' || ch == '\t' || ch == 0xB || ch == 0xC) : WTF::Unicode::isSeparatorSpace(ch);
  /external/webkit/JavaScriptCore/wtf/unicode/icu/
CollatorICU.cpp 44 namespace WTF {
  /external/webkit/JavaScriptCore/wtf/wince/
FastMallocWince.h 80 namespace WTF {
171 } // namespace WTF

Completed in 2168 milliseconds

<<11121314151617181920