Searched defs:SetView (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/remoting/client/plugin/
H A Dpepper_view.cc101 void PepperView::SetView(const pp::View& view) { function in class:remoting::PepperView
/external/chromium_org/chrome/browser/ui/website_settings/
H A Dpermission_bubble_manager.cc196 void PermissionBubbleManager::SetView(PermissionBubbleView* view) { function in class:PermissionBubbleManager
/external/chromium_org/ash/wm/
H A Dapp_list_controller.cc230 SetView(view);
286 void AppListController::SetView(app_list::AppListView* view) { function in class:ash::AppListController
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dopaque_browser_frame_view_layout.cc589 void OpaqueBrowserFrameViewLayout::SetView(int id, views::View* view) { function in class:OpaqueBrowserFrameViewLayout
691 SetView(view->id(), view);
696 SetView(view->id(), NULL);
/external/guava/guava/src/com/google/common/collect/
H A DSets.java530 * 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> { class in class:Sets
537 private SetView() {} // no subclasses but our own method in class:Sets.SetView
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<
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSets.java518 * 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> { class in class:Sets
525 private SetView() {} // no subclasses but our own method in class:Sets.SetView
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<
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.cc238 SetView(NULL);
312 void RenderWidgetHostImpl::SetView(RenderWidgetHostViewBase* view) { function in class:content::RenderWidgetHostImpl
685 SetView(NULL);
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 263 milliseconds