Searched refs:booleanMember (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestDictionary.cpp31 bool booleanMember; local
32 if (DictionaryHelper::getWithUndefinedOrNullCheck(dictionary, "booleanMember", booleanMember)) {
33 impl->setBooleanMember(booleanMember);
170 v8Object->Set(v8String(isolate, "booleanMember"), v8Boolean(impl->booleanMember(), isolate));
H A DTestDictionary.h30 bool booleanMember() const { return m_booleanMember.get(); } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DDictionaryTest.cpp33 m_booleanMember = testingDictionary.booleanMember();

Completed in 289 milliseconds