Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/jni/
DWebCoreResourceLoader.cpp145 WebCore::String valStr = to_string(env, val); in SetResponseHeader()
147 response->setHTTPHeaderField(to_string(env, key), valStr); in SetResponseHeader()
159 WebCore::KURL kurl(WebCore::ParsedURLString, to_string(env, url)); in CreateResponse()
163 mimeTypeStr = to_string(env, mimeType); in CreateResponse()
167 encodingStr = to_string(env, encoding); in CreateResponse()
175 WebCore::String status = to_string(env, statusText); in CreateResponse()
254 WebCore::KURL url(WebCore::KURL(WebCore::ParsedURLString, to_string(env, baseUrl)), in RedirectedToUrl()
255 to_string(env, redirectTo)); in RedirectedToUrl()
293 to_string(env, failingUrl), to_string(env, description))); in Error()
DWebSettings.cpp273 s->setStandardFontFamily(to_string(env, str)); in Sync()
276 s->setFixedFontFamily(to_string(env, str)); in Sync()
279 s->setSansSerifFontFamily(to_string(env, str)); in Sync()
282 s->setSerifFontFamily(to_string(env, str)); in Sync()
285 s->setCursiveFontFamily(to_string(env, str)); in Sync()
288 s->setFantasyFontFamily(to_string(env, str)); in Sync()
291 s->setDefaultTextEncodingName(to_string(env, str)); in Sync()
294 WebFrame::getWebFrame(pFrame)->setUserAgent(to_string(env, str)); in Sync()
338 WebCore::String path = to_string(env, str); in Sync()
377 String path = to_string(env, str); in Sync()
[all …]
DJavaBridge.cpp213 WebCore::String ret = to_string(env, string); in cookies()
239 directories.append(to_string(env, dir)); in getPluginDirectories()
253 WebCore::String path = to_string(env, ret); in getPluginSharedDataDirectory()
286 list.append(to_string(env, keyStrength)); in getSupportedKeyStrengthList()
304 WebCore::String ret = to_string(env, key); in getSignedPublicKeyAndChallengeString()
364 String type = to_string(env, javatype); in SetNetworkType()
365 String subtype = to_string(env, javasubtype); in SetNetworkType()
389 directories.append(to_string(env, dir)); in UpdatePluginDirectories()
418 namesSet.add(to_string(env, name)); in AddPackageNames()
431 packageNotifier().addPackageName(to_string(env, packageName)); in AddPackageName()
[all …]
DGeolocationPermissionsBridge.cpp62 WebCore::String originString = to_string(env, origin); in getAllowed()
68 WebCore::String originString = to_string(env, origin); in clear()
74 WebCore::String originString = to_string(env, origin); in allow()
DWebStorage.cpp76 WebCore::String originStr = to_string(env, origin); in GetQuotaForOrigin()
84 WebCore::String originStr = to_string(env, origin); in GetUsageForOrigin()
106 WebCore::String originStr = to_string(env, origin); in SetQuotaForOrigin()
113 WebCore::String originStr = to_string(env, origin); in DeleteOrigin()
DWebIconDatabase.cpp142 WebCore::String pathStr = to_string(env, path); in Open()
180 WebCore::String urlStr = to_string(env, url); in IconForPageUrl()
191 WebCore::String urlStr = to_string(env, url); in RetainIconForPageUrl()
200 WebCore::String urlStr = to_string(env, url); in ReleaseIconForPageUrl()
DWebCoreFrameBridge.cpp833 return to_string(env, ret); in getRawResourceFilename()
983 WebCore::String webcoreUrl = to_string(env, url); in LoadUrl()
1012 request.setHTTPHeaderField(to_string(env, key), to_string(env, value)); in LoadUrl()
1037 WebCore::KURL kurl(WebCore::KURL(), to_string(env, url)); in PostUrl()
1068 WebCore::ResourceRequest request(to_string(env, baseUrl)); in LoadData()
1079 to_string(env, mimeType), to_string(env, encoding), in LoadData()
1080 WebCore::KURL(ParsedURLString, to_string(env, failUrl))); in LoadData()
1179 pFrame->script()->executeScript(to_string(env, script), true); in StringByEvaluatingJavaScriptFromString()
1513 usernameEle->setValue(to_string(env, username)); in SetUsernamePassword()
1514 passwordEle->setValue(to_string(env, password)); in SetUsernamePassword()
DMIMETypeRegistry.cpp54 String result = android::to_string(env, (jstring) mimeType); in getMIMETypeForExtension()
DWebCoreJni.h73 WebCore::String to_string(JNIEnv* env, jstring str);
DWebCoreJni.cpp61 WebCore::String to_string(JNIEnv* env, jstring str) in to_string() function
DMockGeolocation.cpp63 String messageString = to_string(env, message); in setError()
DWebViewCore.cpp1945 WebCore::String webcoreString = to_string(env, jName); in openFileChooser()
2345 result = to_string(env, returnVal); in jsPrompt()
2676 WebCore::String webcoreString = to_string(env, replace); in ReplaceTextfieldText()
2688 WebCore::String current = to_string(env, currentText); in PassToJs()
3001 WebCore::String flagsString = to_string(env, flags); in SetJsFlags()
3029 chromeClient->provideGeolocationPermissions(to_string(env, origin), allow, remember); in GeolocationPermissionsProvide()
3036 WebCore::SecurityOrigin::registerURLSchemeAsLocal(to_string(env, scheme)); in RegisterURLSchemeAsLocal()
/external/stlport/test/unit/
Dbitset_test.cpp67 string representation = b2.to_string<char, char_traits<char>, allocator<char> >(); in bitset1()
70 wstring wrepresentation = b2.to_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >(); in bitset1()
74 CPPUNIT_ASSERT( b2.to_string() == "1000100010001" ); in bitset1()
Dsstream_test.cpp474 string to_string( const T& v ) in to_string() function
483 CPPUNIT_CHECK( to_string<int>(-1) == "-1" ); in negative()
484 CPPUNIT_CHECK( to_string<long>(-1) == "-1" ); in negative()
/external/webkit/WebCore/platform/android/
DGeolocationServiceBridge.cpp121 … PositionError::create(PositionError::POSITION_UNAVAILABLE, android::to_string(env, message)); in newErrorAvailable()
/external/stlport/stlport/stl/
D_bitset.h568 basic_string<_CharT, _Traits, _Alloc> to_string() const {
574 string to_string() const {
/external/v8/src/
Dobjects-debug.cc151 Oddball::cast(this)->to_string()->Print(); in HeapObjectPrint()
835 VerifyHeapPointer(to_string()); in OddballVerify()
Dexecution.cc445 RETURN_NATIVE_CALL(to_string, 1, { obj.location() }, exc); in ToString()
Dheap.h1060 const char* to_string,
Dobjects.h4366 DECL_ACCESSORS(to_string, String)
4381 Object* Initialize(const char* to_string, Object* to_number);
Dheap.cc1460 const char* to_string, in CreateOddball() argument
1464 return Oddball::cast(result)->Initialize(to_string, to_number); in CreateOddball()
Dobjects-inl.h1149 ACCESSORS(Oddball, to_string, String, kToStringOffset) in ACCESSORS() argument
Dobjects.cc4714 Object* Oddball::Initialize(const char* to_string, Object* to_number) { in Initialize() argument
4715 Object* symbol = Heap::LookupAsciiSymbol(to_string); in Initialize()
/external/webkit/WebKit/android/nav/
DWebView.cpp1830 WebCore::String webcoreString = to_string(env, updatedText); in nativeUpdateCachedTextfield()
/external/stlport/etc/
DChangeLog-5.1292 * test/unit/bitset_test.cpp: Add test for the to_string member