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

  /external/webkit/WebKit/android/WebCoreSupport/
ResourceLoaderAndroid.cpp 42 return clientAndroid->webFrame()->startLoadingResource(handle, request, isMainResource, isSync);
  /external/webkit/WebKit/android/benchmark/
Intercept.h 71 virtual PassRefPtr<WebCore::ResourceLoaderAndroid> startLoadingResource(
Intercept.cpp 166 PassRefPtr<WebCore::ResourceLoaderAndroid> MyWebFrame::startLoadingResource(
  /external/webkit/WebKit/android/jni/
WebCoreFrameBridge.h 60 virtual PassRefPtr<WebCore::ResourceLoaderAndroid> startLoadingResource(WebCore::ResourceHandle*,
WebCoreFrameBridge.cpp 212 mJavaFrame->mStartLoadingResource = env->GetMethodID(clazz, "startLoadingResource",
250 LOG_ASSERT(mJavaFrame->mStartLoadingResource, "Could not find method startLoadingResource");
364 WebFrame::startLoadingResource(WebCore::ResourceHandle* loader,
372 LOGV("::WebCore:: startLoadingResource(%p, %s)",
477 LOGV("::WebCore:: startLoadingResource %s with cacheMode %d", urlStr.ascii().data(), cacheMode);
    [all...]
  /frameworks/base/core/java/android/webkit/
BrowserFrame.java 639 private LoadListener startLoadingResource(int loaderHandle,
714 Log.v(LOGTAG, "startLoadingResource: url=" + url + ", method="
748 checker.responseAlert("startLoadingResource fail");
750 checker.responseAlert("startLoadingResource succeed");
    [all...]

Completed in 45 milliseconds