Searched refs:counterValue (Results 1 – 10 of 10) sorted by relevance
105 static String counterValue(JSObjectRef element);
616 String WebFrame::counterValue(JSObjectRef element) in counterValue() function in WebKit::WebFrame
144 return toCopiedAPI(toImpl(frameRef)->counterValue(element)); in WKBundleFrameCopyCounterValue()
112 …JSRetainPtr<JSStringRef> counterValue(Adopt, JSStringCreateWithUTF8CString(counterValueGChar.data(… in counterValueForElementById() local113 return counterValue; in counterValueForElementById()
1342 wstring counterValue(counterValueBSTR, SysStringLen(counterValueBSTR)); in counterValueForElementById() local1345 …ringRef> counterValueJS(Adopt, JSStringCreateWithCharacters(counterValue.data(), counterValue.leng… in counterValueForElementById()
1437 WebString counterValue = frame->counterValueForElementById(cppVariantToWebString(arguments[0])); in counterValueForElementById() local1438 if (counterValue.isNull()) in counterValueForElementById()1440 result->set(counterValue.utf8()); in counterValueForElementById()
243 …JSRetainPtr<JSStringRef> counterValue(Adopt, JSStringCreateWithCFString((CFStringRef)[mainFrame co…244 return counterValue;
627 JSRetainPtr<JSStringRef> counterValue(controller->counterValueForElementById(elementId.get())); in counterValueForElementByIdCallback() local628 if (!counterValue.get()) in counterValueForElementByIdCallback()630 return JSValueMakeString(context, counterValue.get()); in counterValueForElementByIdCallback()
4546 Counter* counterValue = contentValue->getCounterValue(); in applyProperty() local4547 … OwnPtr<CounterContent> counter = adoptPtr(new CounterContent(counterValue->identifier(), in applyProperty()4548 (EListStyleType)counterValue->listStyleNumber(), counterValue->separator())); in applyProperty()
37918 (WKBundleFrameCopyCounterValue): Added. Calls counterValue.37926 (WebKit::WebFrame::counterValue): Added.37928 * WebProcess/WebPage/WebFrame.h: Added counterValue and markerText.