Home | History | Annotate | Download | only in native

Lines Matching defs:AwContents

96   // AwContents.onPrepareDrawGL; this cast must match the code there.
97 reinterpret_cast<android_webview::AwContents*>(view_context)
112 AwContentsUserData(AwContents* ptr) : contents_(ptr) {}
114 static AwContents* GetContents(WebContents* web_contents) {
123 AwContents* contents_;
138 AwContents* AwContents::FromWebContents(WebContents* web_contents) {
144 AwContents* AwContents::FromID(int render_process_id, int render_view_id) {
157 AwContents* aw_contents = AwContents::FromID(render_process_id,
162 AwContents::AwContents(scoped_ptr<WebContents> web_contents)
191 void AwContents::SetJavaPeers(JNIEnv* env,
224 void AwContents::SetSaveFormData(bool enabled) {
235 void AwContents::InitDataReductionProxyIfNecessary() {
241 void AwContents::InitAutofillIfNecessary(bool enabled) {
260 void AwContents::SetAwAutofillClient(jobject client) {
269 AwContents::~AwContents() {
270 DCHECK_EQ(this, AwContents::FromWebContents(web_contents_.get()));
287 jlong AwContents::GetWebContents(JNIEnv* env, jobject obj) {
293 void AwContents::Destroy(JNIEnv* env, jobject obj) {
298 // swapping AwContents out that share the same java AwContentsClientBridge.
307 // We do not delete AwContents immediately. Some applications try to delete
320 return reinterpret_cast<intptr_t>(new AwContents(web_contents.Pass()));
344 jlong AwContents::GetAwDrawGLViewContext(JNIEnv* env, jobject obj) {
349 void AwContents::DrawGL(AwDrawGLInfo* draw_info) {
418 void AwContents::DocumentHasImages(JNIEnv* env, jobject obj, jobject message) {
438 void AwContents::GenerateMHTML(JNIEnv* env, jobject obj,
449 void AwContents::CreatePdfExporter(JNIEnv* env,
458 bool AwContents::OnReceivedHttpAuthRequest(const JavaRef<jobject>& handler,
476 void AwContents::AddVisitedLinks(JNIEnv* env,
531 void AwContents::ShowGeolocationPrompt(const GURL& requesting_frame,
544 void AwContents::InvokeGeolocationCallback(JNIEnv* env,
562 void AwContents::HideGeolocationPrompt(const GURL& origin) {
592 void AwContents::OnPermissionRequest(AwPermissionRequest* request) {
605 void AwContents::OnPermissionRequestCanceled(AwPermissionRequest* request) {
616 void AwContents::PreauthorizePermission(
625 void AwContents::RequestProtectedMediaIdentifierPermission(
633 void AwContents::CancelProtectedMediaIdentifierPermissionRequests(
639 void AwContents::RequestGeolocationPermission(
656 void AwContents::CancelGeolocationPermissionRequests(const GURL& origin) {
670 void AwContents::FindAllAsync(JNIEnv* env, jobject obj, jstring search_string) {
675 void AwContents::FindNext(JNIEnv* env, jobject obj, jboolean forward) {
680 void AwContents::ClearMatches(JNIEnv* env, jobject obj) {
685 void AwContents::ClearCache(
698 FindHelper* AwContents::GetFindHelper() {
707 void AwContents::OnFindResultReceived(int active_ordinal,
720 bool AwContents::ShouldDownloadFavicon(const GURL& icon_url) {
724 void AwContents::OnReceivedIcon(const GURL& icon_url, const SkBitmap& bitmap) {
744 void AwContents::OnReceivedTouchIconUrl(const std::string& url,
756 bool AwContents::RequestDrawGL(jobject canvas, bool wait_for_completion) {
767 void AwContents::PostInvalidate() {
775 void AwContents::UpdateParentDrawConstraints() {
780 void AwContents::DidSkipCommitFrame() {
785 void AwContents::OnNewPicture() {
797 AwContents::GetCertificate(JNIEnv* env,
818 void AwContents::RequestNewHitTestDataAt(JNIEnv* env, jobject obj,
824 void AwContents::UpdateLastHitTestData(JNIEnv* env, jobject obj) {
858 void AwContents::OnSizeChanged(JNIEnv* env, jobject obj,
864 void AwContents::SetViewVisibility(JNIEnv* env, jobject obj, bool visible) {
869 void AwContents::SetWindowVisibility(JNIEnv* env, jobject obj, bool visible) {
874 void AwContents::SetIsPaused(JNIEnv* env, jobject obj, bool paused) {
884 void AwContents::OnAttachedToWindow(JNIEnv* env, jobject obj, int w, int h) {
889 void AwContents::InitializeHardwareDrawIfNeeded() {
899 void AwContents::OnDetachedFromWindow(JNIEnv* env, jobject obj) {
905 void AwContents::ReleaseHardwareDrawIfNeeded() {
944 AwContents::GetOpaqueState(JNIEnv* env, jobject obj) {
960 jboolean AwContents::RestoreFromOpaqueState(
975 bool AwContents::OnDraw(JNIEnv* env,
998 void AwContents::SetPendingWebContentsForPopup(
1008 pending_contents_.reset(new AwContents(pending.Pass()));
1011 void AwContents::FocusFirstNode(JNIEnv* env, jobject obj) {
1016 void AwContents::SetBackgroundColor(JNIEnv* env, jobject obj, jint color) {
1021 jlong AwContents::ReleasePopupAwContents(JNIEnv* env, jobject obj) {
1026 gfx::Point AwContents::GetLocationOnScreen() {
1040 void AwContents::ScrollContainerViewTo(gfx::Vector2d new_value) {
1050 bool AwContents::IsFlingActive() const {
1059 void AwContents::UpdateScrollState(gfx::Vector2d max_scroll_offset,
1080 void AwContents::DidOverscroll(gfx::Vector2d overscroll_delta) {
1090 const BrowserViewRenderer* AwContents::GetBrowserViewRenderer() const {
1094 void AwContents::SetDipScale(JNIEnv* env, jobject obj, jfloat dip_scale) {
1099 void AwContents::ScrollTo(JNIEnv* env, jobject obj, jint x, jint y) {
1104 void AwContents::OnWebLayoutPageScaleFactorChanged(float page_scale_factor) {
1114 void AwContents::OnWebLayoutContentsSizeChanged(
1125 jlong AwContents::CapturePicture(JNIEnv* env,
1134 void AwContents::EnableOnNewPicture(JNIEnv* env,
1141 void AwContents::ClearView(JNIEnv* env, jobject obj) {
1146 void AwContents::SetExtraHeadersForUrl(JNIEnv* env, jobject obj,
1158 void AwContents::SetJsOnlineProperty(JNIEnv* env,
1165 void AwContents::TrimMemory(JNIEnv* env,