/external/webkit/Source/WebCore/bindings/js/ |
D | JSLazyEventListener.cpp | 97 args.append(jsNontrivialString(exec, stringToUString(m_eventParameterName))); in initializeJSFunction() 100 …exec->lexicalGlobalObject(), args, Identifier(exec, stringToUString(m_functionName)), stringToUStr… in initializeJSFunction()
|
D | ScriptProfiler.cpp | 46 JSC::Profiler::profiler()->startProfiling(state, stringToUString(title)); in start() 51 …RefPtr<JSC::Profile> profile = JSC::Profiler::profiler()->stopProfiling(state, stringToUString(tit… in stop()
|
D | ScriptFunctionCall.cpp | 130 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()
|
D | StringSourceProvider.h | 53 : ScriptSourceProvider(stringToUString(url)) in StringSourceProvider()
|
D | JSSQLResultSetRowListCustom.cpp | 77 …object->putDirect(exec->globalData(), Identifier(exec, stringToUString(m_impl->columnNames()[i])),… in item()
|
D | CachedScriptSourceProvider.h | 60 …: ScriptSourceProvider(stringToUString(cachedScript->response().url()), cachedScript->sourceProvid… in CachedScriptSourceProvider()
|
D | JSDOMBinding.h | 233 JSC::UString stringToUString(const String&); 304 return jsString(exec, stringToUString(s)); in jsString() 323 inline JSC::UString stringToUString(const String& s) in stringToUString() function
|
D | JSStorageCustom.cpp | 71 propertyNames.add(Identifier(exec, stringToUString(m_impl->key(i)))); in getOwnPropertyNames()
|
D | JSDOMStringMapCustom.cpp | 53 propertyNames.add(Identifier(exec, stringToUString(names[i]))); in getOwnPropertyNames()
|
D | JSClipboardCustom.cpp | 62 list.append(jsString(exec, stringToUString(*it))); in types()
|
D | JSInjectedScriptManager.cpp | 53 SourceCode sourceCode = makeSource(stringToUString(source)); in createInjectedScript()
|
D | JSDOMBinding.cpp | 202 return jsOwnedString(exec, stringToUString(s)); in jsOwnedStringOrNull() 296 … errorMessage = stringToUString(exceptionBase->message() + ": " + exceptionBase->description()); in reportException()
|
D | JSCSSStyleDeclarationCustom.cpp | 173 …return StringObjectThatMasqueradesAsUndefined::create(exec, stringToUString(thisObj->impl()->getPr… in nameGetter()
|
D | ScriptDebugServer.cpp | 123 …JSValue result = m_currentCallFrame->evaluate(stringToUString(breakIt->second.condition), exceptio… in hasBreakpoint()
|
/external/webkit/Source/WebCore/bridge/ |
D | IdentifierRep.cpp | 95 UString string = stringToUString(String::fromUTF8WithLatin1Fallback(name, strlen(name))); in get()
|
/external/webkit/Source/WebCore/bindings/objc/ |
D | WebScriptObject.mm | 295 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/ |
D | c_utility.cpp | 153 … return Identifier(exec, WebCore::stringToUString(convertUTF8ToUTF16WithLatin1Fallback(name, -1))); in identifierFromNPIdentifier()
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebScriptDebugDelegate.mm | 245 … JSValue result = evaluateInGlobalCallFrame(stringToUString(script), exception, globalObject); 252 JSValue result = _private->debuggerCallFrame->evaluate(stringToUString(script), exception);
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
D | NPRuntimeObjectMap.cpp | 273 throwError(exec, createError(exec, stringToUString(globalExceptionString()))); in moveGlobalExceptionToExecState()
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
D | ProxyInstance.mm | 327 …nameArray.add(Identifier(JSDOMWindow::commonJSGlobalData(), stringToUString(String::fromUTF8WithLa…
|
D | NetscapePluginHostProxy.mm | 611 …return Identifier(JSDOMWindow::commonJSGlobalData(), stringToUString(String::fromUTF8WithLatin1Fal…
|
D | NetscapePluginInstanceProxy.mm | 1676 throwError(exec, createError(exec, stringToUString(globalExceptionString())));
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 18751 (WebCore::stringToUString): 21109 (WebCore::stringToUString): 21195 WebCore::stringToUString 21225 (WebCore::stringToUString):
|