HomeSort by relevance Sort by last modified time
    Searched defs:WebContentsObserverAndroid (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/android/
web_contents_observer_android.h 25 class WebContentsObserverAndroid : public WebContentsObserver {
27 WebContentsObserverAndroid(JNIEnv* env,
30 virtual ~WebContentsObserverAndroid();
94 DISALLOW_COPY_AND_ASSIGN(WebContentsObserverAndroid);
web_contents_observer_android.cc 27 WebContentsObserverAndroid::WebContentsObserverAndroid(
35 WebContentsObserverAndroid::~WebContentsObserverAndroid() {
43 WebContentsObserverAndroid* native_observer = new WebContentsObserverAndroid(
48 void WebContentsObserverAndroid::Destroy(JNIEnv* env, jobject obj) {
52 void WebContentsObserverAndroid::WebContentsDestroyed() {
63 void WebContentsObserverAndroid::RenderProcessGone(
75 void WebContentsObserverAndroid::DidStartLoading
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
WebContentsObserverAndroid.java 17 public abstract class WebContentsObserverAndroid {
21 public WebContentsObserverAndroid(ContentViewCore contentViewCore) {
25 public WebContentsObserverAndroid(WebContents webContents) {

Completed in 112 milliseconds