Searched refs:makeIntArray (Results 1 – 5 of 5) sorted by relevance
162 result->set(WebBindings::makeIntArray(intArray)); in markedRange()177 result->set(WebBindings::makeIntArray(intArray)); in selectedRange()200 result->set(WebBindings::makeIntArray(intArray)); in firstRectForCharacterRange()
139 WEBKIT_API static NPObject* makeIntArray(const WebVector<int>&);
292 NPObject* WebBindings::makeIntArray(const WebVector<int>& data) in makeIntArray() function in WebKit::WebBindings
3369 (WebKit::WebBindings::makeIntArray):
8072 … 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 code8083 (WebKit::WebBindings::makeIntArray): Added.