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

  /external/chromium_org/chrome/browser/ui/android/
window_android_helper.cc 22 ui::WindowAndroid* WindowAndroidHelper::GetWindowAndroid() {
window_android_helper.h 21 ui::WindowAndroid* GetWindowAndroid();
ssl_client_certificate_request.cc 235 WindowAndroidHelper::FromWebContents(contents)->GetWindowAndroid();
  /external/chromium_org/ui/base/android/
view_android.h 25 WindowAndroid* GetWindowAndroid();
view_android.cc 34 WindowAndroid* ViewAndroid::GetWindowAndroid() {
  /external/chromium_org/chrome/browser/
platform_util_android.cc 27 return view->GetWindowAndroid();
  /external/chromium_org/ui/snapshot/
snapshot_android.cc 25 view->GetWindowAndroid(), png_representation, snapshot_bounds);
91 view->GetWindowAndroid(), source_rect, background_task_runner, callback);
  /external/chromium_org/content/public/browser/android/
content_view_core.h 48 virtual ui::WindowAndroid* GetWindowAndroid() const = 0;
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_popup_view_android.cc 34 view_android->GetWindowAndroid()->GetJavaObject().obj(),
autofill_dialog_controller_android.cc 409 GetWindowAndroid()->GetJavaObject().obj(),
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.cc 256 content_view_core_->GetWindowAndroid()->AddObserver(this);
257 content_view_core_->GetWindowAndroid()->RequestVSyncUpdate();
273 content_view_core_->GetWindowAndroid()->RemoveObserver(this);
537 content_view_core_->GetWindowAndroid()->RequestVSyncUpdate();
697 DCHECK(content_view_core_->GetWindowAndroid());
699 content_view_core_->GetWindowAndroid()->GetCompositor();
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_android.cc 65 return content_view_core_ ? content_view_core_->GetWindowAndroid() : NULL;
  /external/chromium_org/content/browser/android/
content_view_core_impl.h 51 virtual ui::WindowAndroid* GetWindowAndroid() const OVERRIDE;
content_view_core_impl.cc 813 ui::WindowAndroid* ContentViewCoreImpl::GetWindowAndroid() const {
    [all...]
  /external/chromium_org/chrome/browser/android/
tab_android.cc 293 SetWindowAndroid(content_view_core->GetWindowAndroid());

Completed in 412 milliseconds