Home
last modified time | relevance | path

Searched refs:makeIntArray (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
DTextInputController.cpp162 result->set(WebBindings::makeIntArray(intArray)); in markedRange()
177 result->set(WebBindings::makeIntArray(intArray)); in selectedRange()
200 result->set(WebBindings::makeIntArray(intArray)); in firstRectForCharacterRange()
/external/webkit/Source/WebKit/chromium/public/
DWebBindings.h139 WEBKIT_API static NPObject* makeIntArray(const WebVector<int>&);
/external/webkit/Source/WebKit/chromium/src/
DWebBindings.cpp292 NPObject* WebBindings::makeIntArray(const WebVector<int>& data) in makeIntArray() function in WebKit::WebBindings
/external/webkit/Source/WebKit/chromium/
DChangeLog3369 (WebKit::WebBindings::makeIntArray):
DChangeLog-2011-02-168072 … Because the function needs to return an array of integers, added makeIntArray to WebBindings.
8073 makeIntArray does not take Vector because WebBindings.h is included in plugin glue code
8083 (WebKit::WebBindings::makeIntArray): Added.