Home
last modified time | relevance | path

Searched refs:toWebCoreString (Results 1 – 25 of 43) sorted by relevance

12

/external/webkit/Source/WebCore/bindings/v8/custom/
DV8XSLTProcessorCustom.cpp114 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()
DV8NotificationCenterCustom.cpp55 String url = toWebCoreString(args[0]); in createHTMLNotificationCallback()
71 …n = notificationCenter->createNotification(toWebCoreString(args[0]), toWebCoreString(args[1]), toW… in createNotificationCallback()
DV8DOMStringMapCustom.cpp44 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()
DV8LocationCustom.cpp58 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()
DV8StorageCustom.cpp61 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()
DV8HTMLAllCollectionCustom.cpp62 … 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()
DV8DocumentCustom.cpp74 String expression = toWebCoreString(args[0]); in evaluateCallback()
105 String contextId = toWebCoreString(args[0]); in getCSSCanvasContextCallback()
106 String name = toWebCoreString(args[1]); in getCSSCanvasContextCallback()
DV8HTMLCollectionCustom.cpp65 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()
DV8SharedWorkerCustom.cpp61 name = toWebCoreString(args[1]->ToString()); in constructorCallback()
77 RefPtr<SharedWorker> obj = SharedWorker::create(toWebCoreString(scriptUrl), name, context, ec); in constructorCallback()
DV8WebSocketCustom.cpp69 const KURL& url = context->completeURL(toWebCoreString(urlstring)); in constructorCallback()
81 webSocket->connect(url, toWebCoreString(protocol), ec); in constructorCallback()
DV8NavigatorCustom.cpp51 String options = toWebCoreString(args[0]); in webkitGetUserMediaCallback()
107 if (!navigator->isApplicationInstalled(toWebCoreString(args[0]), callback.release())) in isApplicationInstalledCallback()
DV8HTMLOptionElementConstructor.cpp69 data = toWebCoreString(args[0]); in v8HTMLOptionElementConstructorCallback()
71 value = toWebCoreString(args[1]); in v8HTMLOptionElementConstructorCallback()
DV8DOMWindowCustom.cpp93 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()
DV8ClipboardCustom.cpp78 String type = toWebCoreString(args[0]); in clearDataCallback()
92 String result = clipboard->getData(toWebCoreString(args[0]), success); in getDataCallback()
DV8WorkerContextCustom.cpp68 WTF::String stringFunction = toWebCoreString(function); in SetTimeoutOrInterval()
100 urls.append(toWebCoreString(scriptUrl)); in importScriptsCallback()
DV8HTMLCanvasElementCustom.cpp56 String contextId = toWebCoreString(args[0]); in getContextCallback()
104 String type = toWebCoreString(args[0]); in toDataURLCallback()
DV8StyleSheetListCustom.cpp51 HTMLStyleElement* item = imp->getNamedItem(toWebCoreString(name)); in namedPropertyGetter()
DV8DataGridColumnListCustom.cpp56 DataGridColumn* result = imp->itemWithName(toWebCoreString(name)); in NAMED_PROPERTY_GETTER()
DV8WebKitCSSMatrixConstructor.cpp58 cssValue = toWebCoreString(args[0]); in constructorCallback()
DV8HTMLOutputElementCustom.cpp52 imp->setFor(toWebCoreString(value)); in htmlForAccessorSetter()
/external/webkit/Source/WebCore/bindings/v8/
DScriptProfile.cpp50 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()
DScriptProfileNode.cpp43 return toWebCoreString(m_profileNode->GetFunctionName()); in functionName()
48 return toWebCoreString(m_profileNode->GetScriptResourceName()); in url()
DWorkerContextExecutionProxy.cpp73 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()
DScriptCallStackFactory.cpp51 sourceName = toWebCoreString(sourceNameValue); in toScriptCallFrame()
56 functionName = toWebCoreString(functionNameValue); in toScriptCallFrame()
DScriptValue.cpp61 result = toWebCoreString(m_value); in getString()
89 return InspectorString::create(toWebCoreString(value)); in v8ToInspectorValue()

12