Home
last modified time | relevance | path

Searched refs:counterValue (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebFrame.h105 static String counterValue(JSObjectRef element);
DWebFrame.cpp616 String WebFrame::counterValue(JSObjectRef element) in counterValue() function in WebKit::WebFrame
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundleFrame.cpp144 return toCopiedAPI(toImpl(frameRef)->counterValue(element)); in WKBundleFrameCopyCounterValue()
/external/webkit/Tools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp112 …JSRetainPtr<JSStringRef> counterValue(Adopt, JSStringCreateWithUTF8CString(counterValueGChar.data(… in counterValueForElementById() local
113 return counterValue; in counterValueForElementById()
/external/webkit/Tools/DumpRenderTree/win/
DLayoutTestControllerWin.cpp1342 wstring counterValue(counterValueBSTR, SysStringLen(counterValueBSTR)); in counterValueForElementById() local
1345 …ringRef> counterValueJS(Adopt, JSStringCreateWithCharacters(counterValue.data(), counterValue.leng… in counterValueForElementById()
/external/webkit/Tools/DumpRenderTree/chromium/
DLayoutTestController.cpp1437 WebString counterValue = frame->counterValueForElementById(cppVariantToWebString(arguments[0])); in counterValueForElementById() local
1438 if (counterValue.isNull()) in counterValueForElementById()
1440 result->set(counterValue.utf8()); in counterValueForElementById()
/external/webkit/Tools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm243 …JSRetainPtr<JSStringRef> counterValue(Adopt, JSStringCreateWithCFString((CFStringRef)[mainFrame co…
244 return counterValue;
/external/webkit/Tools/DumpRenderTree/
DLayoutTestController.cpp627 JSRetainPtr<JSStringRef> counterValue(controller->counterValueForElementById(elementId.get())); in counterValueForElementByIdCallback() local
628 if (!counterValue.get()) in counterValueForElementByIdCallback()
630 return JSValueMakeString(context, counterValue.get()); in counterValueForElementByIdCallback()
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp4546 Counter* counterValue = contentValue->getCounterValue(); in applyProperty() local
4547 … OwnPtr<CounterContent> counter = adoptPtr(new CounterContent(counterValue->identifier(), in applyProperty()
4548 (EListStyleType)counterValue->listStyleNumber(), counterValue->separator())); in applyProperty()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1637918 (WKBundleFrameCopyCounterValue): Added. Calls counterValue.
37926 (WebKit::WebFrame::counterValue): Added.
37928 * WebProcess/WebPage/WebFrame.h: Added counterValue and markerText.