HomeSort by relevance Sort by last modified time
    Searched refs:createFromString (Results 1 - 25 of 44) sorted by null

1 2

  /external/webkit/Source/WebKit/chromium/src/
WebStorageEventDispatcherImpl.cpp 66 RefPtr<WebCore::SecurityOrigin> securityOrigin = WebCore::SecurityOrigin::createFromString(origin);
WebStorageNamespaceImpl.cpp 68 // with using strings is that createFromString(toString) does
77 RefPtr<WebCore::SecurityOrigin> origin = WebCore::SecurityOrigin::createFromString(originWebCoreString);
WebSecurityOrigin.cpp 52 WebSecurityOrigin WebSecurityOrigin::createFromString(const WebString& origin)
54 return WebSecurityOrigin(SecurityOrigin::createFromString(origin));
  /external/webkit/Source/WebCore/svg/
SVGColor.h 43 static PassRefPtr<SVGColor> createFromString(const String& rgbColor)
  /external/webkit/Source/WebKit/android/jni/
WebStorage.cpp 78 RefPtr<WebCore::SecurityOrigin> securityOrigin = WebCore::SecurityOrigin::createFromString(originStr);
86 RefPtr<WebCore::SecurityOrigin> securityOrigin = WebCore::SecurityOrigin::createFromString(originStr);
108 RefPtr<WebCore::SecurityOrigin> securityOrigin = WebCore::SecurityOrigin::createFromString(originStr);
115 RefPtr<WebCore::SecurityOrigin> securityOrigin = WebCore::SecurityOrigin::createFromString(originStr);
  /external/webkit/Source/WebKit/chromium/public/
WebSecurityOrigin.h 60 WEBKIT_API static WebSecurityOrigin createFromString(const WebString&);
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8CanvasRenderingContext2DCustom.cpp 66 return CanvasStyle::createFromString(toWebCoreString(value));
  /external/webkit/Source/WebCore/loader/
CrossOriginAccessControl.cpp 110 RefPtr<SecurityOrigin> accessControlOrigin = SecurityOrigin::createFromString(accessControlOriginString);
SubresourceLoader.cpp 86 outgoingOrigin = SecurityOrigin::createFromString(outgoingReferrer)->toString();
  /external/webkit/Source/WebCore/page/
SecurityOrigin.h 44 static PassRefPtr<SecurityOrigin> createFromString(const String&);
  /frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
RsListRS.java 124 listElem.text = Allocation.createFromString(mRS, DATA_LIST[i], Allocation.USAGE_SCRIPT);
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
TextTest.java 48 mTests[index].testName = Allocation.createFromString(mRS,
UiTest.java 82 mTests[index].testName = Allocation.createFromString(mRS,
274 textElem.item = Allocation.createFromString(mRS, SAMPLE_TEXT, Allocation.USAGE_SCRIPT);
283 textElem.item = Allocation.createFromString(mRS, LIST_TEXT, Allocation.USAGE_SCRIPT);
  /external/webkit/Source/WebCore/html/canvas/
CanvasStyle.h 45 static PassRefPtr<CanvasStyle> createFromString(const String& color, Document* = 0);
CanvasStyle.cpp 137 PassRefPtr<CanvasStyle> CanvasStyle::createFromString(const String& color, Document* document)
  /external/chromium/webkit/glue/
site_isolation_metrics.cc 98 WebSecurityOrigin::createFromString(access_control_origin);
  /frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
RSTestCore.java 89 listElem.text = Allocation.createFromString(mRS, uta[i].name, Allocation.USAGE_SCRIPT);
  /frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
RSTestCore.java 93 listElem.text = Allocation.createFromString(mRS, uta[i].name, Allocation.USAGE_SCRIPT);
  /external/webkit/Source/WebCore/css/
SVGCSSParser.cpp 204 parsedValue = SVGColor::createFromString(value->string);
217 parsedValue = SVGColor::createFromString(value->string);
  /external/chromium/chrome/browser/
browsing_data_database_helper.cc 214 WebSecurityOrigin::createFromString(
browsing_data_indexed_db_helper.cc 259 WebSecurityOrigin::createFromString(
browsing_data_local_storage_helper.cc 205 WebSecurityOrigin::createFromString(
  /frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
FBOSyncRS.java 126 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT);
FBOTestRS.java 125 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT);
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SceneGraphRS.java 140 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT);

Completed in 953 milliseconds

1 2