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

  /external/chromium_org/remoting/client/plugin/
pepper_view.cc 101 void PepperView::SetView(const pp::View& view) {
  /external/chromium_org/chrome/browser/ui/website_settings/
permission_bubble_manager.cc 196 void PermissionBubbleManager::SetView(PermissionBubbleView* view) {
  /external/chromium_org/ash/wm/
app_list_controller.cc 230 SetView(view);
286 void AppListController::SetView(app_list::AppListView* view) {
  /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/chrome/browser/ui/views/frame/
opaque_browser_frame_view_layout.cc 589 void OpaqueBrowserFrameViewLayout::SetView(int id, views::View* view) {
691 SetView(view->id(), view);
696 SetView(view->id(), NULL);
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc 238 SetView(NULL);
312 void RenderWidgetHostImpl::SetView(RenderWidgetHostViewBase* view) {
685 SetView(NULL);
    [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 1051 milliseconds