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

  /external/webkit/WebCore/bindings/v8/custom/
V8HTMLCanvasElementCustom.cpp 60 if (jsAttrs->Has(alpha))
63 if (jsAttrs->Has(depth))
66 if (jsAttrs->Has(stencil))
69 if (jsAttrs->Has(antialias))
72 if (jsAttrs->Has(premultipliedAlpha))
V8CustomXPathNSResolver.cpp 69 // Check if the resolver has a function property named lookupNamespaceURI.
70 if (m_resolver->Has(lookupNamespaceURIName)) {
  /external/v8/test/cctest/
test-decls.cc 60 int get, int set, int has,
71 virtual v8::Handle<Boolean> Has(Local<String> key);
127 int get, int set, int has,
140 CHECK_EQ(has, has_count());
177 return context->Has(key);
197 v8::Handle<Boolean> DeclarationContext::Has(Local<String> key) {
252 virtual v8::Handle<Boolean> Has(Local<String> key) {
291 EXPECT_EXCEPTION); // x has already been declared!
299 EXPECT_EXCEPTION); // x has already been declared!
307 virtual v8::Handle<Boolean> Has(Local<String> key)
    [all...]
test-api.cc     [all...]
  /external/webkit/JavaScriptCore/wtf/
TCPackedCache.h 87 // 2. Has(key) will return false if no <key, value> pair with that key
88 // has ever been Put. However, a newly initialized cache will have
96 // cause Has(key') to change is that Has(key') may change from true to
97 // false. Furthermore, a Put() call that doesn't change Has(key')
157 bool Has(K key) const {
182 // after the key has been masked and shifted for inclusion in an entry.
199 // This is roughly the inverse of KeyToUpper(). Some of the key has been
  /external/openssl/crypto/des/
des-lib.com 662 $! Else, Check To See If P1 Has A Valid Argument.
  /external/protobuf/src/google/protobuf/
extension_set.h 215 bool Has(int number) const;
355 // The caller must ensure that target has sufficient capacity for the
415 // removing it from the map, we just set is_cleared = true. This has no
460 // tag has been read.
549 // Since the ExtensionSet has different methods for each primitive type,
    [all...]
generated_message_reflection.cc 279 // the prototype. Only count the string if it has been changed
420 return GetExtensionSet(message).Has(field->number());
646 // Optimization: The default instance never has any fields set.
    [all...]
extension_set.cc 126 // compiler enforces it for C-style casts since lots of C-style code has
176 bool ExtensionSet::Has(int number) const {
    [all...]
  /external/webkit/WebCore/bindings/v8/
NPV8Object.cpp 379 return obj->Has(npIdentifierToV8Identifier(propertyName));
  /external/openssl/crypto/
crypto-lib.com 782 $! Else, Check To See If P1 Has A Valid Argument.
    [all...]
  /external/v8/include/
v8.h 414 * After a handle scope has been created, all local handles will be
421 * After the handle scope of a local handle has been deleted the
424 * for which the handle scope has been deleted is undefined.
547 * this has same effect as calling SetData(), but allows data to be
580 * this has same effect as calling SetData(), but makes data available
598 * this has same effect as calling SetData(), but makes data available
975 * Returns true if the string has been changed to be an external string.
995 * Returns true if the string has been changed to be an external string.
    [all...]
  /external/v8/src/
api.cc 223 * IsDeadCheck checks that the vm is usable. If, for instance, the vm has been
226 * which you sometimes can't avoid calling after the vm has crashed. Functions
228 * IsDeadCheck. ON_BAILOUT has the advantage over EnsureInitialized that you
230 * heap allocations are attempted on a dead VM. EnsureInitialized has the
231 * advantage over ON_BAILOUT that it actually initializes the VM if this has not
534 "Local scope has already been closed")) {
934 // Ensure that the object template has a constructor. If no
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 290 milliseconds