Searched defs:container (Results 151 - 175 of 384) sorted by relevance

1234567891011>>

/external/chromium_org/ui/views/controls/
H A Dglow_hover_controller.cc33 gfx::AnimationContainer* container) {
34 animation_.SetContainer(container);
32 SetAnimationContainer( gfx::AnimationContainer* container) argument
H A Dstyled_label_unittest.cc303 View* container = new View(); local
304 widget->SetContentsView(container);
305 container->AddChildView(styled());
309 container->AddChildView(label);
314 container->AddChildView(link);
/external/chromium_org/ui/views/examples/
H A Dlabel_example.cc62 container()->RemoveAllChildViews(true);
65 void LabelExample::CreateExampleView(View* container) { argument
67 container->SetLayoutManager(new BoxLayout(BoxLayout::kVertical, 0, 0, 10));
69 container->AddChildView(label);
75 container->AddChildView(label);
79 container->AddChildView(label);
84 container->AddChildView(label);
88 container->AddChildView(label);
96 container->AddChildView(label);
101 container
144 AddCustomLabel(View* container) argument
[all...]
H A Dmultiline_example.cc129 void MultilineExample::CreateExampleView(View* container) { argument
151 GridLayout* layout = new GridLayout(container);
152 container->SetLayoutManager(layout);
178 container()->Layout();
179 container()->SchedulePaint();
186 container()->Layout();
187 container()->SchedulePaint();
H A Dtable_example.cc43 void TableExample::CreateExampleView(View* container) { argument
61 GridLayout* layout = new GridLayout(container);
62 container->SetLayoutManager(layout);
H A Dtree_view_example.cc31 void TreeViewExample::CreateExampleView(View* container) { argument
56 GridLayout* layout = new GridLayout(container);
57 container->SetLayoutManager(layout);
/external/droiddriver/src/com/google/android/droiddriver/scroll/
H A DAccessibilityEventScrollStepStrategy.java170 protected AccessibilityEvent doScrollAndReturnEvent(final UiElement container, argument
177 doScroll(container, direction);
190 public void doScroll(final UiElement container, final PhysicalDirection direction) { argument
191 // We do not call container.scroll(direction) because it uses a SwipeAction
196 container
H A DSentinelStrategy.java56 * Gets the sentinel, which must be an immediate child of {@code container}
57 * - not a descendant. Note sentinel may not exist if {@code container} has
61 public UiElement find(UiElement container) { argument
62 UiElement sentinel = getSentinel(container.getChildren(predicate));
207 public void doScroll(UiElement container, PhysicalDirection direction) { argument
208 container.scroll(direction);
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DAbstractContainerTester.java31 * @param <C> the type of the container
32 * @param <E> the type of the container's contents
39 protected C container; field in class:AbstractContainerTester
48 * @return the contents of the container under test, for use by
54 * Replaces the existing container under test with a new container created
59 * @return the new container instance.
66 * Replaces the existing container under test with a new container.
73 * @return the new container instanc
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DDialogFragmentTest.java194 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { argument
H A DTestFragment.java50 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { argument
/external/skia/experimental/LightSymbolsUtil/lightsymbols/
H A Dlightsymbols.cc17 LightSymbol** container = getThreadFrameContainer(); local
19 parentFrame = *container;
20 *container = this; // shortcut for get+set current frame
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
H A DEnvironmentCheck.java403 * @param container Node to append our report to
409 public void appendEnvironmentReport(Node container, Document factory, Hashtable h) argument
411 if ((null == container) || (null == factory))
420 container.appendChild(envCheckNode);
496 * @param container Node to append our report to
505 protected boolean appendFoundJars(Node container, Document factory, argument
535 container.appendChild(node);
542 container.appendChild(node);
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DExternalVideoSurfaceContainer.java23 * This is a container for external video surfaces.
156 private static void setActiveContainer(ExternalVideoSurfaceContainer container) { argument
161 sActiveContainer = new WeakReference<ExternalVideoSurfaceContainer>(container);
164 private static void releaseIfActiveContainer(ExternalVideoSurfaceContainer container) { argument
166 if (activeContainer == container) {
/external/chromium_org/ash/system/ime/
H A Dtray_ime.cc139 HoverHighlightView* container = new SelectableHoverHighlightView( local
141 scroll_content()->AddChildView(container);
142 ime_map_[container] = list[i].id;
149 HoverHighlightView* container = new SelectableHoverHighlightView( local
152 container->SetBorder(views::Border::CreateSolidSidedBorder(
154 scroll_content()->AddChildView(container);
155 property_map_[container] = property_list[i].key;
160 HoverHighlightView* container = new HoverHighlightView(this); local
161 container->AddLabel(
166 AddChildView(container);
[all...]
/external/chromium_org/ash/system/
H A Dtray_accessibility.cc252 HoverHighlightView* container = new HoverHighlightView(this); local
253 container->AddCheckableLabel(text, style, checked);
254 scroll_content()->AddChildView(container);
255 return container;
/external/chromium_org/ash/test/
H A Dtest_session_state_animator.cc86 SessionStateAnimator::Container container,
93 container(container),
164 SessionStateAnimator::Container container,
167 active_animations_.find(container);
270 SessionStateAnimator::Container container,
278 container,
284 // container at a time.
285 AbortAnimation(container);
286 active_animations_[container]
83 ActiveAnimation( int animation_epoch, base::TimeDelta duration, SessionStateAnimator::Container container, AnimationType type, AnimationSpeed speed, base::Closure success_callback, base::Closure failed_callback) argument
163 IsContainerAnimated( SessionStateAnimator::Container container, SessionStateAnimator::AnimationType type) const argument
269 AddAnimation( SessionStateAnimator::Container container, AnimationType type, AnimationSpeed speed, base::Closure success_callback, base::Closure failed_callback) argument
289 AbortAnimation( SessionStateAnimator::Container container) argument
[all...]
/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_window_manager.cc58 // Only add the window if it is a direct dependent of a container window
237 aura::Window* container = local
239 DCHECK(observed_container_windows_.find(container) ==
241 container->AddObserver(this);
242 observed_container_windows_.insert(container);
272 // the topmost window of its container.
278 aura::Window* container = Shell::GetContainer( local
282 enable ? new WorkspaceBackdropDelegate(container) : NULL));
H A Dmaximize_mode_window_manager_unittest.cc133 aura::Window* container = Shell::GetContainer( local
136 container->AddChild(window);
/external/chromium_org/ash/wm/
H A Dsystem_modal_container_layout_manager.cc41 // of the container to be kept centered upon resizing operations.
48 aura::Window* container)
49 : SnapToPixelLayoutManager(container),
50 container_(container),
140 // This container can not handle events if the screen is locked and it is not
249 // Instead of resizing the system modal container, we move only the modal
47 SystemModalContainerLayoutManager( aura::Window* container) argument
H A Dwindow_util.cc186 void SetSnapsChildrenToPhysicalPixelBoundary(aura::Window* container) { argument
187 DCHECK(!container->GetProperty(kSnapChildrenToPixelBoundary))
188 << container->name();
189 container->SetProperty(kSnapChildrenToPixelBoundary, true);
197 aura::Window* container = *iter; local
198 if (container->id() < 0) // not a container
200 if (container->GetProperty(kSnapChildrenToPixelBoundary)) {
201 if (!container->layout_manager())
202 container
[all...]
/external/chromium_org/athena/screen/
H A Dscreen_manager_impl.cc38 bool GrabsInput(aura::Window* container) { argument
40 container->GetProperty(kContainerParamsKey);
44 // Returns the container which contains |window|.
46 aura::Window* container = window; local
47 while (container && !container->GetProperty(kContainerParamsKey))
48 container = container->parent();
49 return container;
86 explicit AthenaWindowTreeClient(aura::Window* container) argument
146 AthenaEventTargeter(aura::Window* container) argument
268 aura::Window* container = CreateContainer(params); local
302 aura::Window* container = new aura::Window(NULL); local
[all...]
/external/chromium_org/athena/system/
H A Dnetwork_selector.cc79 views::View* container = new views::View; local
84 container->SetLayoutManager(layout);
90 container->AddChildView(textfield_);
93 container->AddChildView(connect_);
97 container->AddChildView(cancel_);
99 AddChildView(container);
202 NetworkRow(const ui::NetworkInfo& network, views::View* container) argument
203 : network_(network), container_(container), weak_ptr_(this) {
324 explicit NetworkSelector(aura::Window* container) argument
329 CreateWidget(container);
343 CreateWidget(aura::Window* container) argument
465 CreateNetworkSelector(aura::Window* container) argument
[all...]
/external/chromium_org/athena/wm/
H A Doverview_toolbar.cc100 OverviewToolbar::OverviewToolbar(aura::Window* container) argument
110 container_bounds_(container->bounds()) {
122 container->layer()->Add(split_->layer());
123 container->layer()->Add(close_->layer());
/external/chromium_org/chrome/browser/browsing_data/
H A Dcookies_tree_model_unittest.cc102 LocalDataContainer* container = new LocalDataContainer( local
116 new CookiesTreeModel(container, special_storage_policy(), false);
928 LocalDataContainer* container = local
940 CookiesTreeModel cookies_model(container, special_storage_policy(), false);
1025 LocalDataContainer* container = local
1037 CookiesTreeModel cookies_model(container, special_storage_policy(), false);
1125 LocalDataContainer* container = local
1137 CookiesTreeModel cookies_model(container, special_storage_policy(), false);
1168 LocalDataContainer* container = local
1180 CookiesTreeModel cookies_model(container, special_storage_polic
1216 LocalDataContainer* container = local
1310 LocalDataContainer* container = local
[all...]

Completed in 383 milliseconds

1234567891011>>