HomeSort by relevance Sort by last modified time
    Searched refs:stringToUString (Results 1 - 22 of 22) sorted by null

  /external/webkit/Source/WebCore/bindings/js/
ScriptProfiler.cpp 46 JSC::Profiler::profiler()->startProfiling(state, stringToUString(title));
51 RefPtr<JSC::Profile> profile = JSC::Profiler::profiler()->stopProfiling(state, stringToUString(title));
JSLazyEventListener.cpp 97 args.append(jsNontrivialString(exec, stringToUString(m_eventParameterName)));
100 JSObject* jsFunction = constructFunction(exec, exec->lexicalGlobalObject(), args, Identifier(exec, stringToUString(m_functionName)), stringToUString(m_sourceURL), m_lineNumber); // FIXME: is globalExec ok?
CachedScriptSourceProvider.h 32 #include "JSDOMBinding.h" // for stringToUString
60 : ScriptSourceProvider(stringToUString(cachedScript->response().url()), cachedScript->sourceProviderCache())
JSSQLResultSetRowListCustom.cpp 77 object->putDirect(exec->globalData(), Identifier(exec, stringToUString(m_impl->columnNames()[i])), jsValue, DontDelete | ReadOnly);
StringSourceProvider.h 53 : ScriptSourceProvider(stringToUString(url))
JSDOMStringMapCustom.cpp 53 propertyNames.add(Identifier(exec, stringToUString(names[i])));
JSStorageCustom.cpp 71 propertyNames.add(Identifier(exec, stringToUString(m_impl->key(i))));
JSClipboardCustom.cpp 62 list.append(jsString(exec, stringToUString(*it)));
JSInjectedScriptManager.cpp 53 SourceCode sourceCode = makeSource(stringToUString(source));
ScriptFunctionCall.cpp 130 JSValue function = thisObject->get(m_exec, Identifier(m_exec, stringToUString(m_name)));
168 JSObject* constructor = asObject(thisObject->get(m_exec, Identifier(m_exec, stringToUString(m_name))));
JSDOMBinding.h 233 JSC::UString stringToUString(const String&);
304 return jsString(exec, stringToUString(s));
323 inline JSC::UString stringToUString(const String& s)
JSCSSStyleDeclarationCustom.cpp 173 return StringObjectThatMasqueradesAsUndefined::create(exec, stringToUString(thisObj->impl()->getPropertyValue(prop)));
JSDOMBinding.cpp 202 return jsOwnedString(exec, stringToUString(s));
296 errorMessage = stringToUString(exceptionBase->message() + ": " + exceptionBase->description());
ScriptDebugServer.cpp 123 JSValue result = m_currentCallFrame->evaluate(stringToUString(breakIt->second.condition), exception);
  /external/webkit/Source/WebCore/bridge/
IdentifierRep.cpp 95 UString string = stringToUString(String::fromUTF8WithLatin1Fallback(name, strlen(name)));
  /external/webkit/Source/WebKit/mac/WebView/
WebScriptDebugDelegate.mm 245 JSValue result = evaluateInGlobalCallFrame(stringToUString(script), exception, globalObject);
252 JSValue result = _private->debuggerCallFrame->evaluate(stringToUString(script), exception);
  /external/webkit/Source/WebCore/bindings/objc/
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(exec, &value, ObjcObjectType, [self _rootObject]), slot);
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/
c_utility.cpp 153 return Identifier(exec, WebCore::stringToUString(convertUTF8ToUTF16WithLatin1Fallback(name, -1)));
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NPRuntimeObjectMap.cpp 273 throwError(exec, createError(exec, stringToUString(globalExceptionString())));
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
ProxyInstance.mm 327 nameArray.add(Identifier(JSDOMWindow::commonJSGlobalData(), stringToUString(String::fromUTF8WithLatin1Fallback(str, strlen(str)))));
NetscapePluginHostProxy.mm 611 return Identifier(JSDOMWindow::commonJSGlobalData(), stringToUString(String::fromUTF8WithLatin1Fallback(str, strlen(str))));
    [all...]
NetscapePluginInstanceProxy.mm     [all...]

Completed in 104 milliseconds