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

1 2

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLCanvasElementCustom.cpp 65 if (jsAttrs->Has(alpha))
68 if (jsAttrs->Has(depth))
71 if (jsAttrs->Has(stencil))
74 if (jsAttrs->Has(antialias))
77 if (jsAttrs->Has(premultipliedAlpha))
80 if (jsAttrs->Has(preserveDrawingBuffer))
V8CustomXPathNSResolver.cpp 60 // Check if the resolver has a function property named lookupNamespaceURI.
61 if (m_resolver->Has(lookupNamespaceURIName)) {
  /external/webkit/Source/WebCore/bindings/v8/
IDBBindingUtilities.cpp 61 if (!object->Has(indexOrName))
71 ASSERT(!object->Has(indexOrName));
OptionsObject.cpp 148 if (!options->Has(v8Key))
NPV8Object.cpp 402 return obj->Has(npIdentifierToV8Identifier(propertyName));
  /external/chromium/chrome/browser/resources/net_internals/
dnsview.js 9 * - Has a button to enable IPv6, if it is disabled.
11 * - Has a button to clear the host cache.
proxyview.js 9 * - Has a button to reload these settings.
12 * - Has a button to clear the cached bad proxies.
testview.js 8 * - Has an input box to specify the URL.
9 * - Has a button to start running the tests.
55 * Callback for when an individual test in the suite has begun.
71 // placeholder '?') once the test has completed. For now we just
100 * Callback for when an individual test in the suite has finished.
127 * Callback for when the last test in the suite has finished.
dataview.js 10 * - Has a button to generate a text report.
  /external/webkit/Source/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/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/clang/lib/Sema/
SemaAccess.cpp 88 // A nested class is a member and as such has the same access
92 // the class has access. A local class of a member function
186 Target.HasInstanceContext = Has;
192 : Target(Target), Has(Target.HasInstanceContext) {}
194 bool Has;
453 // Figure out whether the current class has a template:
704 /// target has to have some natural access in P, which opens up the
795 // that the naming class has to be derived from the effective
845 // that's a subclass of N and where the target has some natural
    [all...]
  /external/v8/test/cctest/
test-heap-profiler.cc 110 // Verify, that JS global object of env2 has '..2' properties.
605 // Verify that snapshot object has required fields.
608 CHECK(parsed_snapshot->Has(v8_str("snapshot")));
609 CHECK(parsed_snapshot->Has(v8_str("nodes")));
610 CHECK(parsed_snapshot->Has(v8_str("strings")));
    [all...]
test-api.cc     [all...]
  /external/v8/include/
v8.h 424 * After a handle scope has been created, all local handles will be
431 * After the handle scope of a local handle has been deleted the
434 * for which the handle scope has been deleted is undefined.
600 * this has same effect as calling SetData(), but allows data to be
633 * this has same effect as calling SetData(), but makes data available
651 * this has same effect as calling SetData(), but makes data available
    [all...]
  /external/qemu-pc-bios/vgabios/
vbe.c 683 ; Has VBE display - Returns true if VBE display detected
1331 * If BL=04h 0 if flip has not occurred, not 0 if it has
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 431 DeclarationMatcher HasClassX = recordDecl(has(recordDecl(hasName("X"))));
436 recordDecl(hasName("Y"), has(recordDecl(hasName("X"))));
446 has(recordDecl(
447 has(recordDecl(hasName("X"))),
448 has(recordDecl(hasName("Y"))),
450 has(recordDecl(
451 has(recordDecl(hasName("A"))),
452 has(recordDecl(hasName("B"))),
505 has(recordDecl(
507 has(recordDecl
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 531 * LA(1) is not what we are looking for. If LA(2) has the right token,
620 * that there has been an identifier matched previously and that
712 * MEMO_RULE_UNKNOWN if the rule has not parsed input starting from
713 * start index. If this rule has parsed input starting from the
732 /** Has this rule already parsed input at the current index in the
737 * This method has a side-effect: if we have seen this input for
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 94 /// last symbol has been read. The index is the symbol about to be
285 /// lexing then you should not throw an exception to the parser--it has already
553 /// has failed to match. Reset to false upon valid token match.
650 /// A Token object like we'd use in ANTLR 2.x; has an actual string created
653 /// that has a string; the tree node will point at this token. CommonToken
654 /// has indexes into a char stream and hence cannot be used to introduce
    [all...]
  /external/v8/src/
api.cc 254 * IsDeadCheck checks that the vm is usable. If, for instance, the vm has been
257 * which you sometimes can't avoid calling after the vm has crashed. Functions
259 * IsDeadCheck. ON_BAILOUT has the advantage over EnsureInitialized that you
261 * heap allocations are attempted on a dead VM. EnsureInitialized has the
262 * advantage over ON_BAILOUT that it actually initializes the VM if this has not
788 "Local scope has already been closed")) {
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 395 milliseconds

1 2