Searched refs:HasElement (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcertificate_manager_browsertest.cc101 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 Dsanitizer_linux_test.cc139 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 Delements.h53 virtual bool HasElement(Object* receiver,
H A Druntime.js359 %HasElement(x, this) : %HasProperty(x, %ToString(this));
H A Druntime.h54 F(HasElement, 2, 1) \
H A Delements.cc416 virtual bool HasElement(Object* receiver, function in class:v8::internal::ElementsAccessorBase
H A Dobjects-inl.h4573 bool JSReceiver::HasElement(uint32_t index) { function in class:JSReceiver
H A Dobjects.h1439 inline bool HasElement(uint32_t index);
H A Dobjects.cc8783 if (holder_handle->GetElementsAccessor()->HasElement(
8922 if (accessor->HasElement(receiver, this, index)) {
H A Druntime.cc4811 bool result = receiver->HasElement(index);
9652 // Run through the elements FixedArray and use HasElement and GetElement
9662 } else if (receiver->HasElement(j)) {
H A Dapi.cc3050 return self->HasElement(index);
/external/chromium_org/v8/src/
H A Delements.h58 virtual bool HasElement(Object* receiver,
H A Druntime.js353 %HasElement(x, this) : %HasProperty(x, %ToName(this));
H A Druntime.h54 F(HasElement, 2, 1) \
H A Dbuiltins.cc528 if (accessor->HasElement(array, array, new_length, elms_obj)) {
761 if (!accessor->HasElement(object, object, i, elms)) {
H A Delements.cc610 virtual bool HasElement(Object* receiver, function in class:v8::internal::ElementsAccessorBase
H A Druntime.cc4876 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 Dobjects-inl.h5951 bool JSReceiver::HasElement(Handle<JSReceiver> object, uint32_t index) { function in class:v8::JSReceiver
H A Dobjects.h1975 static inline bool HasElement(Handle<JSReceiver> object, uint32_t index);
H A Dapi.cc3575 return i::JSReceiver::HasElement(self, index);

Completed in 686 milliseconds