Home
last modified time | relevance | path

Searched defs:isInt32 (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/testing/runner/
DCppVariant.h106 bool isInt32() const { return (type == NPVariantType_Int32); } in isInt32() function
/external/chromium/webkit/glue/
Dcpp_variant.h82 bool isInt32() const { return (type == NPVariantType_Int32); } in isInt32() function
/external/chromium_org/webkit/renderer/
Dcpp_variant.h85 bool isInt32() const { return (type == NPVariantType_Int32); } in isInt32() function