Searched refs:container (Results 251 - 275 of 821) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/ui/extensions/
H A Dapplication_launch.h34 extensions::LaunchContainer container,
38 // LAUNCH_TYPE_REGULAR to check for a user-configured container.
44 // override the user-configured container using modifier keys, falling back to
60 // The container type to launch the application in.
61 extensions::LaunchContainer container; member in struct:AppLaunchParams
63 // If container is TAB, this field controls how the tab is opened.
H A Dapplication_launch.cc128 extensions::LaunchContainer container,
130 if (!extension || container != extensions::LAUNCH_CONTAINER_WINDOW)
179 params.container,
297 "Extensions.AppLaunchContainer", params.container, 100);
314 switch (params.container) {
338 extensions::LaunchContainer container,
342 container(container),
354 container(extensions::LAUNCH_CONTAINER_NONE),
360 // Look up the app preference to find out the right launch container
126 DetermineWindowShowState( Profile* profile, extensions::LaunchContainer container, const Extension* extension) argument
336 AppLaunchParams(Profile* profile, const extensions::Extension* extension, extensions::LaunchContainer container, WindowOpenDisposition disposition) argument
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
H A Dslider.js14 * @param {HTMLElement} container The containing div element.
21 function Slider(container, value, min, max, opt_onChange) {
22 this.container_ = container;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceContainer.h105 if (RenderSVGResourceContainer* container = getRenderSVGResourceContainerById(treeScope, id))
106 return container->cast<Renderer>();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DCPUProfileBottomUpDataGrid.js133 * @param {!WebInspector.BottomUpProfileDataGridNode|!WebInspector.BottomUpProfileDataGridTree} container
135 WebInspector.BottomUpProfileDataGridNode._sharedPopulate = function(container)
137 var remainingNodeInfos = container._remainingNodeInfos;
144 var child = container.findChild(ancestor);
157 child = new WebInspector.BottomUpProfileDataGridNode(ancestor, /** @type {!WebInspector.TopDownProfileDataGridTree} */ (container.tree));
165 container.appendChild(child);
175 for (var i = 0; i < container.children.length; ++i)
176 container.children[i].buildData();
178 delete container._remainingNodeInfos;
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvideo_writer.c35 VpxContainer container,
37 if (container == kContainerIVF) {
34 vpx_video_writer_open(const char *filename, VpxContainer container, const VpxVideoInfo *info) argument
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format1.cc273 IndexSubTableFormat1::Builder* container)
275 IndexSubTable::Builder>(container) {
276 glyph_id_ = container->first_glyph_index();
280 if (glyph_id_ <= container()->last_glyph_index()) {
294 container()->image_data_offset(),
295 container()->GlyphStartOffset(glyph_id_),
296 container()->GlyphLength(glyph_id_),
297 container()->image_format());
272 BitmapGlyphInfoIterator( IndexSubTableFormat1::Builder* container) argument
H A Dindex_sub_table_format2.cc246 IndexSubTableFormat2::Builder* container)
248 IndexSubTable::Builder>(container) {
249 glyph_id_ = container->first_glyph_index();
253 if (glyph_id_ <= container()->last_glyph_index()) {
267 container()->image_data_offset(),
268 container()->GlyphStartOffset(glyph_id_),
269 container()->GlyphLength(glyph_id_),
270 container()->image_format());
245 BitmapGlyphInfoIterator( IndexSubTableFormat2::Builder* container) argument
H A Dindex_sub_table_format3.cc269 IndexSubTableFormat3::Builder* container)
271 IndexSubTable::Builder>(container) {
272 glyph_id_ = container->first_glyph_index();
276 if (glyph_id_ <= container()->last_glyph_index()) {
290 container()->image_data_offset(),
291 container()->GlyphStartOffset(glyph_id_),
292 container()->GlyphLength(glyph_id_),
293 container()->image_format());
268 BitmapGlyphInfoIterator( IndexSubTableFormat3::Builder* container) argument
/external/chromium_org/ui/android/java/src/org/chromium/ui/
H A DUiUtils.java107 * @param container The {@link View} to add newView to.
112 public static int insertBefore(ViewGroup container, View newView, View existingView) { argument
113 return insertView(container, newView, existingView, false);
118 * @param container The {@link View} to add newView to.
123 public static int insertAfter(ViewGroup container, View newView, View existingView) { argument
124 return insertView(container, newView, existingView, true);
128 ViewGroup container, View newView, View existingView, boolean after) {
130 int index = container.indexOfChild(newView);
134 index = container.indexOfChild(existingView);
139 container
127 insertView( ViewGroup container, View newView, View existingView, boolean after) argument
[all...]
/external/chromium_org/ui/gfx/animation/
H A Danimation.h53 // Sets the container used to manage the timer. A value of NULL results in
55 void SetContainer(AnimationContainer* container);
70 // Invoked from Stop after we're removed from the container but before the
79 AnimationContainer* container() { return container_.get(); } function in class:gfx::Animation
/external/chromium_org/ui/views/examples/
H A Dlabel_example.h33 virtual void CreateExampleView(View* container) OVERRIDE;
47 void AddCustomLabel(View* container);
/external/chromium_org/ui/wm/core/
H A Deasy_resize_window_targeter.cc15 aura::Window* container,
18 : container_(container),
14 EasyResizeWindowTargeter( aura::Window* container, const gfx::Insets& mouse_extend, const gfx::Insets& touch_extend) argument
/external/clang/test/SemaTemplate/
H A Ddependent-base-member-init.cpp27 _Container* container; member in class:insert_iterator
28 insert_iterator(_Container& __x) : container(&__x) {}
/external/droiddriver/src/com/google/android/droiddriver/scroll/
H A DForwardingScrollStepStrategy.java61 public void doScroll(UiElement container, PhysicalDirection direction) { argument
62 delegate().doScroll(container, direction);
/external/libvpx/libvpx/
H A Dvideo_writer.c35 VpxContainer container,
37 if (container == kContainerIVF) {
34 vpx_video_writer_open(const char *filename, VpxContainer container, const VpxVideoInfo *info) argument
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format1.cc273 IndexSubTableFormat1::Builder* container)
275 IndexSubTable::Builder>(container) {
276 glyph_id_ = container->first_glyph_index();
280 if (glyph_id_ <= container()->last_glyph_index()) {
294 container()->image_data_offset(),
295 container()->GlyphStartOffset(glyph_id_),
296 container()->GlyphLength(glyph_id_),
297 container()->image_format());
272 BitmapGlyphInfoIterator( IndexSubTableFormat1::Builder* container) argument
H A Dindex_sub_table_format2.cc246 IndexSubTableFormat2::Builder* container)
248 IndexSubTable::Builder>(container) {
249 glyph_id_ = container->first_glyph_index();
253 if (glyph_id_ <= container()->last_glyph_index()) {
267 container()->image_data_offset(),
268 container()->GlyphStartOffset(glyph_id_),
269 container()->GlyphLength(glyph_id_),
270 container()->image_format());
245 BitmapGlyphInfoIterator( IndexSubTableFormat2::Builder* container) argument
H A Dindex_sub_table_format3.cc269 IndexSubTableFormat3::Builder* container)
271 IndexSubTable::Builder>(container) {
272 glyph_id_ = container->first_glyph_index();
276 if (glyph_id_ <= container()->last_glyph_index()) {
290 container()->image_data_offset(),
291 container()->GlyphStartOffset(glyph_id_),
292 container()->GlyphLength(glyph_id_),
293 container()->image_format());
268 BitmapGlyphInfoIterator( IndexSubTableFormat3::Builder* container) argument
/external/chromium_org/cc/quads/
H A Dlist_container.h16 // This class is a container type that handles allocating contiguous memory for
18 // iterator. Since this container hands out raw pointers of its elements, it is
19 // very important that this container never reallocate its memory so those raw
57 PositionInListContainerCharAllocator(ListContainerCharAllocator* container,
74 Iterator(ListContainerCharAllocator* container,
88 ConstIterator(ListContainerCharAllocator* container,
104 ReverseIterator(ListContainerCharAllocator* container,
119 ConstReverseIterator(ListContainerCharAllocator* container,
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DTouchDisambiguation.cpp101 // Blacklist nodes that are container of disambiguated nodes.
112 for (RenderBlock* container = renderer->containingBlock(); container; container = container->containingBlock()) {
113 Node* containerNode = container->node();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DObjectPopoverHelper.js76 var container = document.createElement("div");
77 container.className = "inline-block";
79 var title = container.createChild("div", "function-popover-title source-code");
91 container.appendChild(popoverContentElement);
92 popover.show(container, anchorElement);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DDialog.js167 var container = WebInspector.Dialog._modalHostView.element;
168 var box = relativeToElement.boxInWindow(window).relativeToElement(container);
171 positionX = Number.constrain(positionX, 0, container.offsetWidth - element.offsetWidth);
174 positionY = Number.constrain(positionY, 0, container.offsetHeight - element.offsetHeight);
177 element.positionAt(positionX, positionY, container);
/external/chromium_org/third_party/libxslt/libexslt/
H A Dstrings.c39 xmlDocPtr container; local
72 container = xsltCreateRVT(tctxt);
73 if (container != NULL) {
74 xsltRegisterLocalRVT(tctxt, container);
83 node = xmlNewDocRawNode(container, NULL,
85 xmlAddChild((xmlNodePtr) container, node);
98 node = xmlNewDocRawNode(container, NULL,
100 xmlAddChild((xmlNodePtr) container, node);
109 node = xmlNewDocRawNode(container, NULL,
111 xmlAddChild((xmlNodePtr) container, nod
147 xmlDocPtr container; local
[all...]
/external/chromium_org/tools/perf/benchmarks/
H A Ddromaeo.py67 def AggregateData(container, key, value):
68 if key not in container:
69 container[key] = {'count': 0, 'sum': 0}
70 container[key]['count'] += 1
71 container[key]['sum'] += math.log(value)

Completed in 607 milliseconds

<<11121314151617181920>>