HomeSort by relevance Sort by last modified time
    Searched refs:NumberType (Results 1 - 21 of 21) sorted by null

  /external/webkit/Source/WebKit2/Shared/
WebNumber.h 34 template<typename NumberType, APIObject::Type APIObjectType>
39 static PassRefPtr<WebNumber> create(NumberType value)
44 NumberType value() const { return m_value; }
47 explicit WebNumber(NumberType value)
54 const NumberType m_value;
  /external/webkit/Source/JavaScriptCore/runtime/
JSType.h 33 NumberType = 3,
Operations.cpp 89 if (type == NumberType || type == StringType)
  /external/webkit/Source/WebCore/bindings/js/
JSIDBKeyCustom.cpp 48 case IDBKey::NumberType:
  /external/webkit/Source/WebCore/storage/
IDBKey.cpp 55 case NumberType:
75 case NumberType:
IDBKey.h 49 idbKey->m_type = NumberType;
77 NumberType
96 ASSERT(m_type == NumberType);
IDBSQLiteBackingStore.cpp 327 case IDBKey::NumberType:
349 case IDBKey::NumberType:
367 case IDBKey::NumberType:
385 case IDBKey::NumberType:
409 ASSERT((key.type() == IDBKey::NumberType) != query.isColumnNull(2));
430 case IDBKey::NumberType:
    [all...]
IDBLevelDBBackingStore.cpp 327 case IDBKey::NumberType:
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8IDBKeyCustom.cpp 47 case IDBKey::NumberType:
  /external/webkit/Source/WebKit/chromium/public/
WebIDBKey.h 73 NumberType,
81 WEBKIT_API double number() const; // Only valid for NumberType.
  /external/webkit/Source/WebCore/bridge/
testqtbindings.cpp 119 if (lineVal->type() == NumberType)
testbindings.mm 266 if (lineVal.type() == NumberType)
testbindings.cpp 398 if (lineVal.type() == NumberType)
  /external/webkit/Source/WebKit/win/
WebPreferences.cpp 63 template<typename NumberType> struct CFNumberTraits { static const unsigned Type; };
68 template<typename NumberType>
69 static NumberType numberValueForPreferencesValue(CFPropertyListRef value)
76 return static_cast<NumberType>(CFStringGetIntValue(static_cast<CFStringRef>(value)));
81 NumberType val = 0;
82 CFNumberGetValue(static_cast<CFNumberRef>(value), CFNumberTraits<NumberType>::Type, &val);
89 template<typename NumberType>
90 static RetainPtr<CFNumberRef> cfNumber(NumberType value)
92 return RetainPtr<CFNumberRef>(AdoptCF, CFNumberCreate(0, CFNumberTraits<NumberType>::Type, &value));
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
AssertMatchingEnums.cpp 389 COMPILE_ASSERT_MATCHING_ENUM(WebIDBKey::NumberType, IDBKey::NumberType);
  /external/webkit/Source/WebKit/chromium/tests/
IDBBindingUtilitiesTest.cpp 110 ASSERT_EQ(IDBKey::NumberType, idbKey->type());
  /external/clang/lib/Sema/
SemaExprObjC.cpp 170 QualType NumberType,
174 S.NSAPIObj->getNSNumberFactoryMethodKind(NumberType);
179 << NumberType << R;
240 NumberType, /*TInfo=*/0, SC_None,
259 QualType NumberType = Number->getType();
265 NumberType = Context.CharTy;
269 NumberType = Context.getWCharType();
273 NumberType = Context.Char16Ty;
277 NumberType = Context.Char32Ty;
285 ObjCMethodDecl *Method = getNSNumberFactoryMethod(*this, AtLoc, NumberType,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /external/chromium/chrome/browser/
idbbindingutilities_browsertest.cc 155 } else if (i->type() == WebKit::WebIDBKey::NumberType) {
  /external/webkit/Source/JavaScriptCore/jit/
JITOpcodes.cpp     [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 664 milliseconds