HomeSort by relevance Sort by last modified time
    Searched refs:jsStringOrFalse (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/bindings/js/
JSDOMBinding.cpp 212 JSValue jsStringOrFalse(ExecState* exec, const String& s)
238 JSValue jsStringOrFalse(ExecState* exec, const KURL& url)
JSDOMBinding.h 224 JSC::JSValue jsStringOrFalse(JSC::ExecState*, const String&); // boolean false if the string is null
225 JSC::JSValue jsStringOrFalse(JSC::ExecState*, const KURL&); // boolean false if the URL is null

Completed in 36 milliseconds