HomeSort by relevance Sort by last modified time
    Searched refs:SetView (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/ash/wm/
app_list_controller.h 72 void SetView(app_list::AppListView* view);
app_list_controller.cc 195 SetView(view);
223 void AppListController::SetView(app_list::AppListView* view) {
  /external/chromium_org/remoting/client/plugin/
pepper_view.h 54 void SetView(const pp::View& view);
pepper_view.cc 102 void PepperView::SetView(const pp::View& view) {
chromoting_instance.cc 451 view_->SetView(view);
706 view_->SetView(plugin_view_);
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Sets.java 530 * retain a reference of type {@code SetView}; typically, you either use it
532 * {@link #copyInto} and forget the {@code SetView} itself.
536 public abstract static class SetView<E> extends AbstractSet<E> {
537 private SetView() {} // no subclasses but our own
582 public static <E> SetView<E> union(
589 return new SetView<E>() {
641 public static <E> SetView<E> intersection(
647 return new SetView<E>() {
678 public static <E> SetView<E> difference(
684 return new SetView<E>()
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Sets.java 518 * retain a reference of type {@code SetView}; typically, you either use it
520 * {@link #copyInto} and forget the {@code SetView} itself.
524 public abstract static class SetView<E> extends AbstractSet<E> {
525 private SetView() {} // no subclasses but our own
570 public static <E> SetView<E> union(
577 return new SetView<E>() {
629 public static <E> SetView<E> intersection(
635 return new SetView<E>() {
666 public static <E> SetView<E> difference(
672 return new SetView<E>()
    [all...]
  /external/chromium_org/content/browser/renderer_host/
smooth_scroll_gesture_controller_unittest.cc 109 host_->SetView(view_.get());
render_widget_host_view_guest.cc 59 host_->SetView(this);
513 host_->SetView(NULL);
test_render_view_host.cc 57 rwh_->SetView(this);
render_widget_host_impl.h 193 void SetView(RenderWidgetHostView* view);
    [all...]
render_widget_host_unittest.cc 649 host_->SetView(view_.get());
    [all...]
render_widget_host_impl.cc 198 SetView(NULL);
285 void RenderWidgetHostImpl::SetView(RenderWidgetHostView* view) {
643 SetView(NULL);
    [all...]
render_widget_host_view_android.cc 142 host_->SetView(this);
    [all...]
render_widget_host_view_gtk.cc 563 host_->SetView(this);
    [all...]
render_widget_host_view_win.cc 417 render_widget_host_->SetView(this);
    [all...]
render_widget_host_view_aura.cc 659 host_->SetView(this);
    [all...]
  /external/chromium_org/content/browser/renderer_host/media/
web_contents_video_capture_device_unittest.cc 242 SetView(new CaptureTestView(this, controller));
  /external/chromium_org/content/browser/web_contents/
interstitial_page_impl.cc 519 render_view_host_->SetView(view);
  /libcore/benchmarks/libs/
caliper.jar 
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 

Completed in 1496 milliseconds

1 2