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

  /external/chromium_org/content/browser/
power_save_blocker_android.cc 14 #include "ui/base/android/view_android.h"
25 explicit Delegate(NativeView view_android) {
27 AttachCurrentThread(), view_android->GetJavaObject().obj());
72 void PowerSaveBlockerImpl::InitDisplaySleepBlocker(NativeView view_android) {
73 if (!view_android)
76 delegate_ = new Delegate(view_android);
power_save_blocker_impl.h 23 void InitDisplaySleepBlocker(gfx::NativeView view_android);
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_popup_view_android.cc 13 #include "ui/base/android/view_android.h"
27 ui::ViewAndroid* view_android = controller_->container_view(); local
29 DCHECK(view_android);
34 view_android->GetWindowAndroid()->GetJavaObject().obj(),
35 view_android->GetJavaObject().obj()));
  /external/chromium_org/content/browser/media/android/
browser_media_player_manager.cc 180 if (RenderWidgetHostViewAndroid* view_android =
183 view_android->SetOverlayVideoMode(false);
222 if (RenderWidgetHostViewAndroid* view_android =
225 view_android->SetOverlayVideoMode(true);
419 if (RenderWidgetHostViewAndroid* view_android =
422 view_android->SetOverlayVideoMode(true);
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc 55 #include "ui/base/android/view_android.h"
213 ui::ViewAndroid* view_android,
221 view_android_(view_android),
    [all...]
content_view_core_impl.h 43 ui::ViewAndroid* view_android,
  /external/chromium_org/ui/base/
ui_base.target.darwin-arm.mk 37 ui/base/android/view_android.cc \
ui_base.target.darwin-arm64.mk 37 ui/base/android/view_android.cc \
ui_base.target.darwin-mips.mk 37 ui/base/android/view_android.cc \
ui_base.target.darwin-x86.mk 37 ui/base/android/view_android.cc \
ui_base.target.darwin-x86_64.mk 37 ui/base/android/view_android.cc \
ui_base.target.linux-arm.mk 37 ui/base/android/view_android.cc \
ui_base.target.linux-arm64.mk 37 ui/base/android/view_android.cc \
ui_base.target.linux-mips.mk 37 ui/base/android/view_android.cc \
ui_base.target.linux-x86.mk 37 ui/base/android/view_android.cc \
ui_base.target.linux-x86_64.mk 37 ui/base/android/view_android.cc \

Completed in 328 milliseconds