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

  /external/chromium_org/content/browser/web_contents/
web_contents_android.h 27 class CONTENT_EXPORT WebContentsAndroid
32 explicit WebContentsAndroid(WebContents* web_contents);
33 virtual ~WebContentsAndroid();
99 DISALLOW_COPY_AND_ASSIGN(WebContentsAndroid);
web_contents_android.cc 56 WebContentsAndroid* web_contents_android =
57 reinterpret_cast<WebContentsAndroid*>(
66 bool WebContentsAndroid::Register(JNIEnv* env) {
70 WebContentsAndroid::WebContentsAndroid(WebContents* web_contents)
81 WebContentsAndroid::~WebContentsAndroid() {
86 WebContentsAndroid::GetJavaObject() {
90 ScopedJavaLocalRef<jstring> WebContentsAndroid::GetTitle(
96 ScopedJavaLocalRef<jstring> WebContentsAndroid::GetVisibleURL
    [all...]

Completed in 41 milliseconds