Searched refs:anonymousNamedGetter (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStyleSheetList.h54 CSSStyleSheet* anonymousNamedGetter(const AtomicString&);
H A DStyleSheetList.cpp88 CSSStyleSheet* StyleSheetList::anonymousNamedGetter(const AtomicString& name) function in class:blink::StyleSheetList
/external/chromium_org/third_party/WebKit/Source/core/storage/
H A DStorage.cpp53 return anonymousNamedGetter(AtomicString::number(index), exceptionState);
56 String Storage::anonymousNamedGetter(const AtomicString& name, ExceptionState& exceptionState) function in class:blink::Storage
H A DStorage.h61 String anonymousNamedGetter(const AtomicString&, ExceptionState&);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFrameSetElement.h50 LocalDOMWindow* anonymousNamedGetter(const AtomicString&);
H A DHTMLFormElement.h121 void anonymousNamedGetter(const AtomicString& name, RefPtrWillBeRawPtr<RadioNodeList>&, RefPtrWillBeRawPtr<Element>&);
H A DHTMLFrameSetElement.cpp213 LocalDOMWindow* HTMLFrameSetElement::anonymousNamedGetter(const AtomicString& name) function in class:blink::HTMLFrameSetElement
H A DHTMLFormElement.cpp819 void HTMLFormElement::anonymousNamedGetter(const AtomicString& name, RefPtrWillBeRawPtr<RadioNodeList>& returnValue0, RefPtrWillBeRawPtr<Element>& returnValue1) function in class:blink::HTMLFormElement
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestSpecialOperationsNotEnumerable.cpp59 String result = impl->anonymousNamedGetter(propertyName);
H A DV8TestInterface.cpp1672 String result = impl->anonymousNamedGetter(propertyName);
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/modules/
H A DV8TestInterface5.cpp629 String result = impl->anonymousNamedGetter(propertyName);

Completed in 4971 milliseconds