| /external/webkit/Source/WebCore/bindings/js/ |
| JSLocationCustom.cpp | 274 return jsString(exec, impl()->toString());
|
| SerializedScriptValue.cpp | 803 JSValue jsString(ExecState* exec) 806 m_jsString = JSC::jsString(exec, m_string); [all...] |
| JSWebGLRenderingContextCustom.cpp | 101 return jsString(exec, info.getString()); 344 list.append(jsString(exec, value[ii]));
|
| JSCanvasRenderingContext2DCustom.cpp | 51 return jsString(exec, style->color());
|
| /external/webkit/Source/WebCore/bridge/c/ |
| c_instance.cpp | 272 return jsString(exec, buf);
|
| /external/webkit/Source/WebCore/bindings/scripts/test/JS/ |
| JSTestObj.cpp | 42 #include <runtime/JSString.h> 295 JSValue result = jsString(exec, imp->readOnlyStringAttr()); 358 JSValue result = jsString(exec, imp->stringAttr()); 394 JSValue result = jsString(exec, imp->getAttribute(WebCore::HTMLNames::reflectedstringattrAttr)); 430 JSValue result = jsString(exec, imp->getURLAttribute(WebCore::HTMLNames::reflectedurlattrAttr)); 439 JSValue result = jsString(exec, imp->getNonEmptyURLAttribute(WebCore::HTMLNames::reflectednonemptyurlattrAttr)); 448 JSValue result = jsString(exec, imp->getAttribute(WebCore::HTMLNames::customContentStringAttrAttr)); 475 JSValue result = jsString(exec, imp->getURLAttribute(WebCore::HTMLNames::customContentURLAttrAttr)); 484 JSValue result = jsString(exec, imp->getNonEmptyURLAttribute(WebCore::HTMLNames::customContentNonEmptyURLAttrAttr)); [all...] |
| /external/webkit/Source/JavaScriptCore/API/ |
| JSValueRef.cpp | 35 #include <runtime/JSString.h> 230 return toRef(exec, jsString(exec, string->ustring()));
|
| /external/webkit/Source/JavaScriptCore/jit/ |
| JITStubs.h | 76 JSString* jsString() { return static_cast<JSString*>(asPointer); }
|
| JITStubs.cpp | 53 #include "JSString.h" [all...] |
| /external/webkit/Source/WebCore/bridge/qt/ |
| qt_instance.cpp | 305 return jsString(exec, buf.constData());
|
| qt_runtime.cpp | [all...] |
| /external/webkit/Source/WebKit2/WebProcess/Plugins/ |
| PluginView.cpp | 723 String jsString = decodeURLEscapeSequences(request->request().url().string().substring(sizeof("javascript:") - 1)); 741 ScriptValue result = frame->script()->executeScript(jsString); [all...] |
| /external/webkit/Source/JavaScriptCore/runtime/ |
| JSGlobalObjectFunctions.cpp | 31 #include "JSString.h" 587 return JSValue::encode(jsString(exec, builder.toUString()));
|
| JSObject.h | 38 #include "JSString.h" [all...] |
| ArrayPrototype.cpp | 226 return JSValue::encode(jsString(exec, UString::adopt(buffer))); [all...] |
| /external/webkit/Tools/DumpRenderTree/mac/ |
| LayoutTestControllerMac.mm | 644 bool LayoutTestController::elementDoesAutoCompleteForElementWithId(JSStringRef jsString) 646 RetainPtr<CFStringRef> idCF(AdoptCF, JSStringCopyCFString(kCFAllocatorDefault, jsString)); [all...] |
| /external/webkit/Tools/DumpRenderTree/win/ |
| LayoutTestControllerWin.cpp | [all...] |
| /external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
| NetscapePluginInstanceProxy.mm | 630 NSString *JSString = [URL _webkit_scriptIfJavaScriptURL]; 632 ASSERT(frameName || JSString); 656 if (JSString) { 691 NSString *JSString = [URL _webkit_scriptIfJavaScriptURL]; 692 ASSERT(JSString); 694 NSString *result = [[m_pluginView webFrame] _stringByEvaluatingJavaScriptFromString:JSString forceUserGesture:pluginRequest->allowPopups()]; 760 NSString *JSString = [URL _webkit_scriptIfJavaScriptURL]; 761 if (JSString != nil) { 774 if (cTarget || JSString) { 778 if (JSString && target && [frame findFrameNamed:target] != frame) [all...] |
| /external/webkit/Source/JavaScriptCore/bytecompiler/ |
| BytecodeGenerator.cpp | [all...] |
| /external/webkit/Source/JavaScriptCore/interpreter/ |
| Interpreter.cpp | 53 #include "JSString.h" 89 return jsString(exec, strings, count); 644 exception->putDirect(*globalData, globalData->propertyNames->message, jsString(globalData, message)); [all...] |