Searched refs:container (Results 101 - 125 of 280) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/dom/
H A DContainerNode.h37 void addChildNodesToDeletionQueue(GenericNode*& head, GenericNode*& tail, GenericNodeContainer* container);
96 friend void appendChildToContainer(GenericNode* child, GenericNodeContainer* container);
99 friend void Private::addChildNodesToDeletionQueue(GenericNode*& head, GenericNode*& tail, GenericNodeContainer* container);
/external/chromium/chrome/browser/resources/gpu_internals/
H A Dtimeline.css46 .timeline-slice-track-canvas-container {
/external/chromium/chrome/browser/sync/
H A Dsync_setup_flow.h46 // the HTML dialog. |container| is kept up-to-date with the lifetime of the
49 SyncSetupFlowContainer* container,
120 SyncSetupFlowContainer* container,
130 SyncSetupFlowContainer* container_; // Our container. Don't own this.
/external/webkit/Source/WebCore/css/
H A DmediaControlsAndroid.css62 audio::-webkit-media-controls-timeline-container, video::-webkit-media-controls-timeline-container {
89 audio::-webkit-media-controls-volume-slider-container, video::-webkit-media-controls-volume-slider-container {
H A DmediaControlsQuickTime.css61 audio::-webkit-media-controls-timeline-container, video::-webkit-media-controls-timeline-container {
199 audio::-webkit-media-controls-volume-slider-container, video::-webkit-media-controls-volume-slider-container {
200 -webkit-appearance: media-volume-slider-container;
/external/webkit/Source/WebCore/html/
H A DHTMLDetailsElement.cpp53 Node* HTMLDetailsElement::findSummaryFor(ContainerNode* container) argument
55 for (Node* child = container->firstChild(); child; child = child->nextSibling()) {
/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLBlock.cpp42 RenderMathMLBlock::RenderMathMLBlock(Node* container) argument
43 : RenderBlock(container)
H A DRenderMathMLBlock.h39 RenderMathMLBlock(Node* container);
/external/libxslt/libxslt/
H A Dvariables.c67 xmlDocPtr container; local
80 container = ctxt->cache->RVT;
81 ctxt->cache->RVT = (xmlDocPtr) container->next;
83 container->next = NULL;
84 container->prev = NULL;
90 return(container);
93 container = xmlNewDoc(NULL);
94 if (container == NULL)
96 container->dict = ctxt->dict;
97 xmlDictReference(container
937 xmlDocPtr container; local
1157 xmlDocPtr container; local
[all...]
/external/chromium/chrome/browser/resources/touch_ntp/
H A Dslider.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 Slider(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.
160 // Must upate the transform on the container to show the correct card.
222 * On each drag move event reposition the container appropriately so the
/external/chromium/chrome/browser/ui/cocoa/extensions/
H A Dbrowser_actions_controller.h29 // container within the Toolbar.
48 // buttons present in the container view. The ID is a string unique to each
67 // Initializes the controller given the current browser and container view that
70 containerView:(BrowserActionsContainerView*)container;
75 // Returns the current number of browser action buttons within the container,
80 // container.
86 // Resizes the container given the number of visible buttons, taking into
95 // container is returned as if all buttons are shown.
/external/chromium/chrome/browser/ui/gtk/
H A Dtab_contents_container_gtk.h66 GtkFloatingContainer* container, GtkAllocation* allocation,
69 // Adds |tab| to the container and starts showing it.
78 // Handle focus traversal on the tab contents container. Focus should not
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dnative_tab_contents_container_gtk.h17 explicit NativeTabContentsContainerGtk(TabContentsContainer* container);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dmessagequeue.cc354 PriorityQueue::container_type::iterator new_end = dmsgq_.container().begin();
356 it != dmsgq_.container().end(); ++it) {
367 dmsgq_.container().erase(new_end, dmsgq_.container().end());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-bcel.jar ... interfaceName int i String superClass java.io.File container org.apache.bcel.classfile.ClassParser parser ...
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGRenderSupport.h60 static void computeContainerBoundingBoxes(const RenderObject* container, FloatRect& objectBoundingBox, FloatRect& strokeBoundingBox, FloatRect& repaintBoundingBox);
/external/webkit/Source/WebCore/svg/
H A DSVGDocumentExtensions.cpp131 SMILTimeContainer* container = element->timeContainer();
132 if (!container || container->isPaused())
135 container->sampleAnimationAtTime(elementId, time);
H A DSVGElementInstance.h33 void addChildNodesToDeletionQueue(GenericNode*& head, GenericNode*& tail, GenericNodeContainer* container);
138 friend void appendChildToContainer(GenericNode* child, GenericNodeContainer* container);
141 friend void removeAllChildrenInContainer(GenericNodeContainer* container);
144 friend void Private::addChildNodesToDeletionQueue(GenericNode*& head, GenericNode*& tail, GenericNodeContainer* container);
/external/webkit/Tools/DumpRenderTree/mac/
H A DObjCPlugin.m177 - (void)removeBridgeRestrictions:(id)container
182 // store a JSObjC instance into the provided container
184 [container setValue:objc forKey:@"objc"];
/external/skia/src/animator/
H A DSkDisplayXMLParser.cpp171 Parent& container = fParents[parentIndex]; local
172 SkDisplayable* displayable = container.fDisplayable;
282 Parent* container = fParents.end() - 1; local
286 SkDisplayTypes containerType = container->fType;
300 container->fDisplayable->isDrawable())) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium-trace/trace-viewer/src/
H A Dtimeline_view.css54 .timeline-view > .timeline-container {
60 .timeline-view > .timeline-container > * {
72 .timeline-view > .analysis-container {
/external/chromium/chrome/browser/resources/options/
H A Dsync_setup_overlay.css15 .action-area-link-container {
19 #sync-passphrase-container {
35 #sync-select-container {
39 #sync-instructions-container {
/external/chromium/chrome/browser/ui/views/frame/
H A Dcontents_container.cc23 explicit OverlayContentView(ContentsContainer* container) argument
24 : container_(container) {
/external/stlport/stlport/stl/
H A D_unordered_map.h386 _Container* container; member in class:insert_iterator
395 insert_iterator(_Container& __x) : container(&__x) {}
397 : container(&__x) {}
400 container->insert(__val);
412 _Container* container; member in class:insert_iterator
422 insert_iterator(_Container& __x) : container(&__x) {}
424 : container(&__x) {}
427 container->insert(__val);

Completed in 327 milliseconds

1234567891011>>