/external/chromium_org/chrome/browser/ui/webui/options/ |
H A D | certificate_manager_browsertest.cc | 101 bool HasElement(const std::string& selector) { function in class:CertificateManagerBrowserTest 128 EXPECT_FALSE(HasElement(".cert-policy")); 141 EXPECT_TRUE(HasElement(".cert-policy"));
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_linux_test.cc | 139 static bool HasElement(std::vector<pid_t> vector, pid_t element) { function in namespace:__sanitizer 149 ASSERT_TRUE(HasElement(listed_tids, self_tid)); 182 ASSERT_FALSE(HasElement(threads_before_extra, extra_tid)); 187 ASSERT_TRUE(HasElement(threads_after_extra, extra_tid));
|
/external/v8/src/ |
H A D | elements.h | 53 virtual bool HasElement(Object* receiver,
|
H A D | runtime.js | 359 %HasElement(x, this) : %HasProperty(x, %ToString(this));
|
H A D | runtime.h | 54 F(HasElement, 2, 1) \
|
H A D | elements.cc | 416 virtual bool HasElement(Object* receiver, function in class:v8::internal::ElementsAccessorBase
|
H A D | objects-inl.h | 4573 bool JSReceiver::HasElement(uint32_t index) { function in class:JSReceiver
|
H A D | objects.h | 1439 inline bool HasElement(uint32_t index);
|
H A D | objects.cc | 8783 if (holder_handle->GetElementsAccessor()->HasElement( 8922 if (accessor->HasElement(receiver, this, index)) {
|
H A D | runtime.cc | 4811 bool result = receiver->HasElement(index); 9652 // Run through the elements FixedArray and use HasElement and GetElement 9662 } else if (receiver->HasElement(j)) {
|
H A D | api.cc | 3050 return self->HasElement(index);
|
/external/chromium_org/v8/src/ |
H A D | elements.h | 58 virtual bool HasElement(Object* receiver,
|
H A D | runtime.js | 353 %HasElement(x, this) : %HasProperty(x, %ToName(this));
|
H A D | runtime.h | 54 F(HasElement, 2, 1) \
|
H A D | builtins.cc | 528 if (accessor->HasElement(array, array, new_length, elms_obj)) { 761 if (!accessor->HasElement(object, object, i, elms)) {
|
H A D | elements.cc | 610 virtual bool HasElement(Object* receiver, function in class:v8::internal::ElementsAccessorBase
|
H A D | runtime.cc | 4876 return isolate->heap()->ToBoolean(JSReceiver::HasElement(object, index)); 5671 bool result = JSReceiver::HasElement(receiver, index); 10254 // Run through the elements FixedArray and use HasElement and GetElement 10264 } else if (JSReceiver::HasElement(receiver, j)) { 10276 // Run through the elements FixedArray and use HasElement and GetElement 10289 } else if (JSReceiver::HasElement(receiver, j)) {
|
H A D | objects-inl.h | 5951 bool JSReceiver::HasElement(Handle<JSReceiver> object, uint32_t index) { function in class:v8::JSReceiver
|
H A D | objects.h | 1975 static inline bool HasElement(Handle<JSReceiver> object, uint32_t index);
|
H A D | api.cc | 3575 return i::JSReceiver::HasElement(self, index);
|