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

  /external/chromium_org/content/browser/android/
content_view_core_impl.h 90 jboolean Crashed(JNIEnv* env, jobject obj) const { return tab_crashed_; }
340 // |tab_crashed_| accordingly.
359 bool tab_crashed_; member in class:content::ContentViewCoreImpl
content_view_core_impl.cc 165 tab_crashed_(false),
177 // when the tab is shown, tab_crashed_ will be reset.
369 // tab_crashed_ passed below.
370 Java_ContentViewCore_onTabCrash(env, obj.obj(), tab_crashed_);
371 tab_crashed_ = true;
    [all...]

Completed in 61 milliseconds