Searched refs:baseUri (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebframe.cpp | 575 …t gchar* content, const gchar* contentMimeType, const gchar* contentEncoding, const gchar* baseUri) in webkit_web_frame_load_string() argument 580 webkit_web_frame_load_data(frame, content, contentMimeType, contentEncoding, baseUri, 0); in webkit_web_frame_load_string()
|
D | webkitwebview.cpp | 3976 … webView, const gchar* content, const gchar* mimeType, const gchar* encoding, const gchar* baseUri) in webkit_web_view_load_string() argument 3982 webkit_web_frame_load_string(frame, content, mimeType, encoding, baseUri); in webkit_web_view_load_string() 3994 …ebkit_web_view_load_html_string(WebKitWebView* webView, const gchar* content, const gchar* baseUri) in webkit_web_view_load_html_string() argument 3999 webkit_web_view_load_string(webView, content, NULL, NULL, baseUri); in webkit_web_view_load_html_string()
|
/external/robolectric/src/main/java/android/net/ |
D | Uri__FromAndroid.java | 2245 public static Uri__FromAndroid withAppendedPath(Uri__FromAndroid baseUri, String pathSegment) { in withAppendedPath() argument 2246 Builder builder = baseUri.buildUpon(); in withAppendedPath()
|