Searched defs:InterstitialPageDelegateAndroid (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/android/
H A Dinterstitial_page_delegate_android.h24 class InterstitialPageDelegateAndroid : public InterstitialPageDelegate { class in namespace:content
26 InterstitialPageDelegateAndroid(JNIEnv* env,
29 virtual ~InterstitialPageDelegateAndroid();
51 DISALLOW_COPY_AND_ASSIGN(InterstitialPageDelegateAndroid);
H A Dinterstitial_page_delegate_android.cc18 InterstitialPageDelegateAndroid::InterstitialPageDelegateAndroid( function in class:content::InterstitialPageDelegateAndroid
27 InterstitialPageDelegateAndroid::~InterstitialPageDelegateAndroid() {
34 void InterstitialPageDelegateAndroid::Proceed(JNIEnv* env, jobject obj) {
39 void InterstitialPageDelegateAndroid::DontProceed(JNIEnv* env,
45 std::string InterstitialPageDelegateAndroid::GetHTMLContents() {
49 void InterstitialPageDelegateAndroid::OnProceed() {
56 void InterstitialPageDelegateAndroid::OnDontProceed() {
63 void InterstitialPageDelegateAndroid
[all...]
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DInterstitialPageDelegateAndroid.java14 public class InterstitialPageDelegateAndroid { class
23 public InterstitialPageDelegateAndroid(String htmlContent) { method in class:InterstitialPageDelegateAndroid

Completed in 2906 milliseconds