Searched refs:container (Results 126 - 150 of 280) sorted by relevance

1234567891011>>

/external/stlport/stlport/stl/
H A D_unordered_set.h361 _Container* container; member in class:insert_iterator
370 insert_iterator(_Container& __x) : container(&__x) {}
372 : container(&__x) {}
375 container->insert(__val);
387 _Container* container; member in class:insert_iterator
397 insert_iterator(_Container& __x) : container(&__x) {}
399 : container(&__x) {}
402 container->insert(__val);
H A D_hash_map.h444 _Container* container; member in class:insert_iterator
453 insert_iterator(_Container& __x) : container(&__x) {}
455 : container(&__x) {}
458 container->insert(__val);
470 _Container* container; member in class:insert_iterator
480 insert_iterator(_Container& __x) : container(&__x) {}
482 : container(&__x) {}
485 container->insert(__val);
H A D_hash_set.h439 _Container* container; member in class:insert_iterator
448 insert_iterator(_Container& __x) : container(&__x) {}
450 : container(&__x) {}
453 container->insert(__val);
465 _Container* container; member in class:insert_iterator
475 insert_iterator(_Container& __x) : container(&__x) {}
477 : container(&__x) {}
480 container->insert(__val);
/external/webkit/Source/WebCore/css/
H A DmediaControlsEfl.css71 audio::-webkit-media-controls-timeline-container, video::-webkit-media-controls-timeline-container {
102 audio::-webkit-media-controls-volume-slider-container, video::-webkit-media-controls-volume-slider-container {
H A DfullscreenQuickTime.css63 video:-webkit-full-screen::-webkit-media-controls-volume-slider-container {
139 video:-webkit-full-screen::-webkit-media-controls-timeline-container {
/external/webkit/Source/WebKit/win/Interfaces/
H A DDOMRange.idl97 HRESULT commonAncestorContainer([out, retval] IDOMNode** container);
/external/chromium/chrome/browser/resources/ntp4/
H A Dcard_slider.js9 * including a frame, container and cards.
13 * - The container is what all the touch events are attached to. This element
33 * @param {!Element} container The surrounding element that will have event
40 function CardSlider(frame, container, cards, currentCard, cardWidth) {
51 this.container_ = container;
81 * Events are fired at the container.
110 * The current left offset of the container relative to the frame.
164 // Must upate the transform on the container to show the correct card.
266 * On each drag move event reposition the container appropriately so the
/external/chromium/chrome/browser/ui/views/extensions/
H A Dextension_installed_bubble.cc302 BrowserActionsContainer* container = local
304 if (container->animating() &&
306 // We don't know where the view will be until the container has stopped
313 reference_view = container->GetBrowserActionView(
319 reference_view = container->chevron();
/external/chromium/testing/gmock/include/gmock/internal/
H A Dgmock-internal-utils.h361 // modifier) RawContainer that's either an STL-style container or a
365 // - type is a type that provides an STL-style container view to
366 // (i.e. implements the STL container concept for) RawContainer;
370 // container view to raw_container, which is a RawContainer.
371 // - Copy(raw_container) returns an STL-style container view of a
375 // STL-style container.
382 static const_reference ConstReference(const RawContainer& container) { argument
386 return container;
388 static type Copy(const RawContainer& container) { return container; } argument
[all...]
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
H A Dlist.js489 var container = element;
490 while (container && container.parentNode != this) {
491 container = container.parentNode;
493 return container;
/external/webkit/Source/WebCore/rendering/
H A DRenderInline.h101 FloatRect culledInlineBoundingBox(const RenderInline* container) const;
105 void culledInlineAbsoluteRects(const RenderInline* container, Vector<IntRect>&, const IntSize&);
106 void culledInlineAbsoluteQuads(const RenderInline* container, Vector<FloatQuad>&);
H A DRenderObject.h381 // coordinates instead of in repaint container coordinates. Eventually the
478 RenderObject* container(RenderBoxModelObject* repaintContainer = 0, bool* repaintContainerSkipped = 0) const;
571 // Convert a local quad into the coordinate system of container, taking transforms into account.
574 // Return the offset from the container() renderer (excluding transforms). In multi-column layout,
577 // Return the offset from an object up the container() chain. Asserts that none of the intermediate objects have transforms.
610 // Return the RenderBox in the container chain which is responsible for painting this object, or 0
611 // if painting is root-relative. This is the container that should be passed to the 'forRepaint'
766 bool shouldUseTransformFromContainer(const RenderObject* container) const;
767 void getTransformFromContainer(const RenderObject* container, const IntSize& offsetInContainer, TransformationMatrix&) const;
1006 RenderObject* o = container();
1014 RenderObject* container = o->container(); local
[all...]
/external/chromium/base/
H A Dstl_util-inl.h51 // For a range within a container of pointers, calls delete
70 // For a range within a container of pairs, calls delete
74 // container may call the hash function on the iterator when it is advanced,
89 // For a range within a container of pairs, calls delete (non-array version)
103 // For a range within a container of pairs, calls delete
218 // STLDeleteElements() deletes all the elements in an STL container and clears
219 // the container. This function is suitable for use with a vector, set,
220 // hash_set, or any other STL container which defines sensible begin(), end(),
223 // If container is NULL, this function is a no-op.
226 // STLElementDeleter (defined below), which ensures that your container'
229 STLDeleteElements(T *container) argument
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
H A DFlyoutControlComposite.java44 * {@link FlyoutControlComposite} is container for two {@link Control}'s. One (client control) is
102 // create container for flyout control
209 // change bounds for flyout container and client control
458 final FlyoutControlComposite container = FlyoutControlComposite.this;
482 container.layout();
538 final FlyoutControlComposite container = FlyoutControlComposite.this;
539 container.layout();
558 // mouse in in flyout container - ignore
562 // mouse is in full container - collapse
563 if (container
[all...]
/external/chromium/chrome/browser/resources/file_manager/css/
H A Dfile_manager.css64 /* The container for breadcrumb elements. */
105 .list-container {
136 .thumbnail-item > div.img-container {
145 .thumbnail-item > div.img-container > img {
177 /* The right-column 'Preview' column container. */
178 .preview-container {
257 .detail-icon-container {
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc1602 if (!GTK_IS_WIDGET(drop_info_->container)) {
1617 gtk_window_move(GTK_WINDOW(drop_info_->container),
1619 gtk_window_resize(GTK_WINDOW(drop_info_->container),
1693 container->window,
1703 // Sets the color map of the container window to allow the window to be
1706 GdkScreen* screen = gtk_widget_get_screen(container);
1713 gtk_widget_set_colormap(container, colormap);
1716 // Sets full transparency for the container window. This is used if
1719 cairo_t* cairo_context = gdk_cairo_create(container->window);
1734 // Sets the shape mask for the container windo
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dfirst_run_dialog.cc69 void SetWelcomePosition(GtkFloatingContainer* container, argument
82 gtk_container_child_set_property(GTK_CONTAINER(container),
87 gtk_container_child_set_property(GTK_CONTAINER(container),
326 // Create a container for the search engine widgets.
H A Dgtk_util.h139 // Remove all children from this container.
140 void RemoveAllChildren(GtkWidget* container);
272 // gtk_widget_set_app_paintable(container, TRUE);
276 void SuppressDefaultPainting(GtkWidget* container);
/external/webrtc/src/system_wrappers/source/
H A Ddata_log.cc134 const Container* container = cells_[column_name]; local
135 if (container == NULL) {
139 container->ToString(value_string);
/external/chromium/chrome/browser/sidebar/
H A Dsidebar_manager.h118 SidebarContainer* container);
/external/chromium/chrome/browser/sync/
H A Dsync_setup_flow.cc57 SyncSetupFlowContainer* container,
74 container, service);
283 SyncSetupFlowContainer* container,
285 : container_(container),
56 Run(ProfileSyncService* service, SyncSetupFlowContainer* container, SyncSetupWizard::State start, SyncSetupWizard::State end) argument
280 SyncSetupFlow(SyncSetupWizard::State start_state, SyncSetupWizard::State end_state, const std::string& args, SyncSetupFlowContainer* container, ProfileSyncService* service) argument
/external/webkit/Source/WebCore/dom/
H A DElement.h536 inline Element* firstElementChild(const ContainerNode* container) argument
538 ASSERT_ARG(container, container);
539 Node* child = container->firstChild();
/external/clang/test/SemaTemplate/
H A Dtemp_arg_nontype.cpp270 namespace container namespace in namespace:PR10579::fcppt
314 typedef fcppt::container::bitfield::basic<
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGRenderTreeAsText.cpp302 RenderSVGResourceContainer* container = static_cast<RenderSVGResourceContainer*>(resource); local
303 Node* node = container->node();
644 void writeSVGContainer(TextStream& ts, const RenderObject& container, int indent) argument
647 if (container.isSVGResourceFilterPrimitive())
649 writeStandardPrefix(ts, container, indent);
650 writePositionAndStyle(ts, container);
652 writeResources(ts, container, indent);
653 writeChildren(ts, container, indent);
/external/webkit/Source/WebCore/editing/
H A DApplyStyleCommand.cpp1385 for (Node* container = startNode.get(); container && startNode == endNode; container = container->firstChild()) {
1386 if (container->isHTMLElement() && container->hasTagName(fontTag))
1387 fontContainer = toHTMLElement(container);
1389 if (container->isHTMLElement() && (container->hasTagName(spanTag) || (styleContainerIsNotSpan && container
[all...]

Completed in 1089 milliseconds

1234567891011>>