Home
last modified time | relevance | path

Searched refs:stringToUString (Results 1 – 23 of 23) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DJSLazyEventListener.cpp97 args.append(jsNontrivialString(exec, stringToUString(m_eventParameterName))); in initializeJSFunction()
100 …exec->lexicalGlobalObject(), args, Identifier(exec, stringToUString(m_functionName)), stringToUStr… in initializeJSFunction()
DScriptProfiler.cpp46 JSC::Profiler::profiler()->startProfiling(state, stringToUString(title)); in start()
51 …RefPtr<JSC::Profile> profile = JSC::Profiler::profiler()->stopProfiling(state, stringToUString(tit… in stop()
DScriptFunctionCall.cpp130 JSValue function = thisObject->get(m_exec, Identifier(m_exec, stringToUString(m_name))); in call()
168 …JSObject* constructor = asObject(thisObject->get(m_exec, Identifier(m_exec, stringToUString(m_name… in construct()
DStringSourceProvider.h53 : ScriptSourceProvider(stringToUString(url)) in StringSourceProvider()
DJSSQLResultSetRowListCustom.cpp77 …object->putDirect(exec->globalData(), Identifier(exec, stringToUString(m_impl->columnNames()[i])),… in item()
DCachedScriptSourceProvider.h60 …: ScriptSourceProvider(stringToUString(cachedScript->response().url()), cachedScript->sourceProvid… in CachedScriptSourceProvider()
DJSDOMBinding.h233 JSC::UString stringToUString(const String&);
304 return jsString(exec, stringToUString(s)); in jsString()
323 inline JSC::UString stringToUString(const String& s) in stringToUString() function
DJSStorageCustom.cpp71 propertyNames.add(Identifier(exec, stringToUString(m_impl->key(i)))); in getOwnPropertyNames()
DJSDOMStringMapCustom.cpp53 propertyNames.add(Identifier(exec, stringToUString(names[i]))); in getOwnPropertyNames()
DJSClipboardCustom.cpp62 list.append(jsString(exec, stringToUString(*it))); in types()
DJSInjectedScriptManager.cpp53 SourceCode sourceCode = makeSource(stringToUString(source)); in createInjectedScript()
DJSDOMBinding.cpp202 return jsOwnedString(exec, stringToUString(s)); in jsOwnedStringOrNull()
296 … errorMessage = stringToUString(exceptionBase->message() + ": " + exceptionBase->description()); in reportException()
DJSCSSStyleDeclarationCustom.cpp173 …return StringObjectThatMasqueradesAsUndefined::create(exec, stringToUString(thisObj->impl()->getPr… in nameGetter()
DScriptDebugServer.cpp123 …JSValue result = m_currentCallFrame->evaluate(stringToUString(breakIt->second.condition), exceptio… in hasBreakpoint()
/external/webkit/Source/WebCore/bridge/
DIdentifierRep.cpp95 UString string = stringToUString(String::fromUTF8WithLatin1Fallback(name, strlen(name))); in get()
/external/webkit/Source/WebCore/bindings/objc/
DWebScriptObject.mm295 JSValue function = [self _imp]->get(exec, Identifier(exec, stringToUString(String(name))));
372 …[self _imp]->put(exec, Identifier(exec, stringToUString(String(key))), convertObjcValueToValue(exe…
397 JSValue result = [self _imp]->get(exec, Identifier(exec, stringToUString(String(key))));
426 [self _imp]->deleteProperty(exec, Identifier(exec, stringToUString(String(key))));
445 BOOL result = [self _imp]->hasProperty(exec, Identifier(exec, stringToUString(String(key))));
/external/webkit/Source/WebCore/bridge/c/
Dc_utility.cpp153 … return Identifier(exec, WebCore::stringToUString(convertUTF8ToUTF16WithLatin1Fallback(name, -1))); in identifierFromNPIdentifier()
/external/webkit/Source/WebKit/mac/WebView/
DWebScriptDebugDelegate.mm245 … JSValue result = evaluateInGlobalCallFrame(stringToUString(script), exception, globalObject);
252 JSValue result = _private->debuggerCallFrame->evaluate(stringToUString(script), exception);
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNPRuntimeObjectMap.cpp273 throwError(exec, createError(exec, stringToUString(globalExceptionString()))); in moveGlobalExceptionToExecState()
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DProxyInstance.mm327 …nameArray.add(Identifier(JSDOMWindow::commonJSGlobalData(), stringToUString(String::fromUTF8WithLa…
DNetscapePluginHostProxy.mm611 …return Identifier(JSDOMWindow::commonJSGlobalData(), stringToUString(String::fromUTF8WithLatin1Fal…
DNetscapePluginInstanceProxy.mm1676 throwError(exec, createError(exec, stringToUString(globalExceptionString())));
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2418751 (WebCore::stringToUString):
21109 (WebCore::stringToUString):
21195 WebCore::stringToUString
21225 (WebCore::stringToUString):