/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8XSLTProcessorCustom.cpp | 114 String namespaceURI = toWebCoreString(args[0]); in setParameterCallback() 115 String localName = toWebCoreString(args[1]); in setParameterCallback() 116 String value = toWebCoreString(args[2]); in setParameterCallback() 131 String namespaceURI = toWebCoreString(args[0]); in getParameterCallback() 132 String localName = toWebCoreString(args[1]); in getParameterCallback() 148 String namespaceURI = toWebCoreString(args[0]); in removeParameterCallback() 149 String localName = toWebCoreString(args[1]); in removeParameterCallback()
|
D | V8NotificationCenterCustom.cpp | 55 String url = toWebCoreString(args[0]); in createHTMLNotificationCallback() 71 …n = notificationCenter->createNotification(toWebCoreString(args[0]), toWebCoreString(args[1]), toW… in createNotificationCallback()
|
D | V8DOMStringMapCustom.cpp | 44 if (V8DOMStringMap::toNative(info.Holder())->contains(toWebCoreString(name))) in namedPropertyQuery() 52 return v8String(V8DOMStringMap::toNative(info.Holder())->item(toWebCoreString(name))); in namedPropertyGetter() 76 V8DOMStringMap::toNative(info.Holder())->deleteItem(toWebCoreString(name), ec); in namedPropertyDeleter() 92 …V8DOMStringMap::toNative(info.Holder())->setItem(toWebCoreString(name), toWebCoreString(value), ec… in namedPropertySetter()
|
D | V8LocationCustom.cpp | 58 String hash = toWebCoreString(value); in hashAccessorSetter() 70 String host = toWebCoreString(value); in hostAccessorSetter() 82 String hostname = toWebCoreString(value); in hostnameAccessorSetter() 94 String href = toWebCoreString(value); in hrefAccessorSetter() 106 String pathname = toWebCoreString(value); in pathnameAccessorSetter() 118 String port = toWebCoreString(value); in portAccessorSetter() 130 String protocol = toWebCoreString(value); in protocolAccessorSetter() 145 String search = toWebCoreString(value); in searchAccessorSetter() 222 String urlString = toWebCoreString(args[0]); in replaceCallback() 235 String urlString = toWebCoreString(args[0]); in assignCallback()
|
D | V8StorageCustom.cpp | 61 String name = toWebCoreString(v8Name); in storageGetter() 87 String name = toWebCoreString(v8Name); in namedPropertyQuery() 98 String name = toWebCoreString(v8Name); in storageSetter() 99 String value = toWebCoreString(v8Value); in storageSetter() 133 String name = toWebCoreString(v8Name); in storageDeleter()
|
D | V8HTMLAllCollectionCustom.cpp | 62 … v8::Handle<v8::Value> result = getNamedItems(collection, toWebCoreString(argument->ToString())); in getItem() 104 v8::Handle<v8::Value> result = getNamedItems(imp, toWebCoreString(args[0])); in namedItemCallback() 124 String name = toWebCoreString(args[0]); in callAsFunctionCallback()
|
D | V8DocumentCustom.cpp | 74 String expression = toWebCoreString(args[0]); in evaluateCallback() 105 String contextId = toWebCoreString(args[0]); in getCSSCanvasContextCallback() 106 String name = toWebCoreString(args[1]); in getCSSCanvasContextCallback()
|
D | V8HTMLCollectionCustom.cpp | 65 v8::Handle<v8::Value> result = getNamedItems(collection, toWebCoreString(asString)); in getItem() 107 v8::Handle<v8::Value> result = getNamedItems(imp, toWebCoreString(args[0])); in namedItemCallback() 127 String name = toWebCoreString(args[0]); in callAsFunctionCallback()
|
D | V8SharedWorkerCustom.cpp | 61 name = toWebCoreString(args[1]->ToString()); in constructorCallback() 77 RefPtr<SharedWorker> obj = SharedWorker::create(toWebCoreString(scriptUrl), name, context, ec); in constructorCallback()
|
D | V8WebSocketCustom.cpp | 69 const KURL& url = context->completeURL(toWebCoreString(urlstring)); in constructorCallback() 81 webSocket->connect(url, toWebCoreString(protocol), ec); in constructorCallback()
|
D | V8NavigatorCustom.cpp | 51 String options = toWebCoreString(args[0]); in webkitGetUserMediaCallback() 107 if (!navigator->isApplicationInstalled(toWebCoreString(args[0]), callback.release())) in isApplicationInstalledCallback()
|
D | V8HTMLOptionElementConstructor.cpp | 69 data = toWebCoreString(args[0]); in v8HTMLOptionElementConstructorCallback() 71 value = toWebCoreString(args[1]); in v8HTMLOptionElementConstructorCallback()
|
D | V8DOMWindowCustom.cpp | 93 functionString = toWebCoreString(function); in WindowSetTimeoutImpl() 101 functionString = toWebCoreString(v8String); in WindowSetTimeoutImpl() 202 imp->setLocation(toWebCoreString(value), activeWindow, firstWindow); in locationAccessorSetter() 255 String eventType = toWebCoreString(args[0]); in addEventListenerCallback() 288 String eventType = toWebCoreString(args[0]); in removeEventListenerCallback() 452 … (args[1]->IsUndefined() || args[1]->IsNull()) ? "_blank" : AtomicString(toWebCoreString(args[1])); in openCallback() 551 String name = toWebCoreString(key); in namedSecurityCheck()
|
D | V8ClipboardCustom.cpp | 78 String type = toWebCoreString(args[0]); in clearDataCallback() 92 String result = clipboard->getData(toWebCoreString(args[0]), success); in getDataCallback()
|
D | V8WorkerContextCustom.cpp | 68 WTF::String stringFunction = toWebCoreString(function); in SetTimeoutOrInterval() 100 urls.append(toWebCoreString(scriptUrl)); in importScriptsCallback()
|
D | V8HTMLCanvasElementCustom.cpp | 56 String contextId = toWebCoreString(args[0]); in getContextCallback() 104 String type = toWebCoreString(args[0]); in toDataURLCallback()
|
D | V8StyleSheetListCustom.cpp | 51 HTMLStyleElement* item = imp->getNamedItem(toWebCoreString(name)); in namedPropertyGetter()
|
D | V8DataGridColumnListCustom.cpp | 56 DataGridColumn* result = imp->itemWithName(toWebCoreString(name)); in NAMED_PROPERTY_GETTER()
|
D | V8WebKitCSSMatrixConstructor.cpp | 58 cssValue = toWebCoreString(args[0]); in constructorCallback()
|
D | V8HTMLOutputElementCustom.cpp | 52 imp->setFor(toWebCoreString(value)); in htmlForAccessorSetter()
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | ScriptProfile.cpp | 50 return toWebCoreString(m_profile->GetTitle()); in title() 67 result->setString("functionName", toWebCoreString(node->GetFunctionName())); in buildInspectorObjectFor() 68 result->setString("url", toWebCoreString(node->GetScriptResourceName())); in buildInspectorObjectFor()
|
D | ScriptProfileNode.cpp | 43 return toWebCoreString(m_profileNode->GetFunctionName()); in functionName() 48 return toWebCoreString(m_profileNode->GetScriptResourceName()); in url()
|
D | WorkerContextExecutionProxy.cpp | 73 String errorMessage = toWebCoreString(message->Get()); in v8MessageHandler() 75 String sourceURL = toWebCoreString(message->GetScriptResourceName()); in v8MessageHandler() 214 state->errorMessage = toWebCoreString(message->Get()); in evaluate() 216 state->sourceURL = toWebCoreString(message->GetScriptResourceName()); in evaluate()
|
D | ScriptCallStackFactory.cpp | 51 sourceName = toWebCoreString(sourceNameValue); in toScriptCallFrame() 56 functionName = toWebCoreString(functionNameValue); in toScriptCallFrame()
|
D | ScriptValue.cpp | 61 result = toWebCoreString(m_value); in getString() 89 return InspectorString::create(toWebCoreString(value)); in v8ToInspectorValue()
|