Searched defs:container (Results 176 - 200 of 384) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/extensions/
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/browser/ui/views/extensions/
H A Dmedia_galleries_dialog_views.cc35 // This container has the right Layout() impl to use within a ScrollView.
186 views::View* container,
207 container->AddChildView(gallery_view);
184 AddOrUpdateGallery( const MediaGalleriesDialogController::Entry& gallery, views::View* container, int trailing_vertical_space) argument
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_actions_container_browsertest.cc133 // from the overflow menu results in it "popping" out (growing the container
156 BrowserActionsContainer* container = local
165 BrowserActionView* view = container->GetViewForExtension(extension_b);
172 container->OnDragUpdated(target_event);
173 container->OnPerformDrop(target_event);
198 container->OnDragUpdated(target_event2);
199 container->OnPerformDrop(target_event2);
206 // Shrink the size of the container so we have an overflow menu.
208 EXPECT_EQ(2u, container->VisibleBrowserActions());
209 ASSERT_TRUE(container
335 BrowserActionsContainer* container = local
404 BrowserActionsContainer* container = browser() local
[all...]
/external/chromium_org/components/plugins/renderer/
H A Dwebview_plugin.cc108 WebPluginContainer* WebViewPlugin::container() const { return container_; } function in class:WebViewPlugin
110 bool WebViewPlugin::initialize(WebPluginContainer* container) { argument
111 container_ = container;
/external/chromium_org/content/renderer/pepper/
H A Dhost_globals.cc49 WebPluginContainer* container = (*i)->container(); local
50 // If "Delete" is called on an instance, the instance sets its container to
51 // NULL, but the instance may actually outlive its container. Callers of
53 if (container)
54 containers->insert(container);
153 instance_object->container()
H A Dpepper_websocket_host.cc256 blink::WebPluginContainer* container = local
258 if (!container)
261 WebDocument document = container->element().document();
H A Dppb_var_deprecated_impl.cc245 blink::WebPluginContainer* container = accessor.instance()->container(); local
247 if (container)
248 frame = container->element().document().frame();
H A Drenderer_ppapi_host_impl.cc174 return instance_object->container();
199 FullscreenContainer* container = plugin_instance->fullscreen_container(); local
200 return static_cast<RenderWidgetFullscreenPepper*>(container)->routing_id();
266 return instance_object->container()->element().document().url();
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
H A Dscene.js5 var container, stats; variable
/external/chromium_org/net/http/
H A Dhttp_auth_cache.cc35 // Return true if |path| is a subpath of |container|. In other words, is
36 // |container| an ancestor of |path|?
37 bool IsEnclosingPath(const std::string& container, const std::string& path) { argument
38 DCHECK(container.empty() || *(container.end() - 1) == '/');
39 return ((container.empty() && path.empty()) ||
40 (!container.empty() && StartsWithASCII(path, container, true)));
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-printers.h84 // The print primitives print the elements of an STL-style container
86 // const_iterator of the container. When const_iterator is an input
92 // being defined as many user-defined container types don't have
219 // Used to print a value that is not an STL-style container when the
270 // Used to print an STL-style container when the user doesn't define
275 const C& container, ::std::ostream* os) {
279 for (typename C::const_iterator it = container.begin();
280 it != container.end(); ++it, ++count) {
336 // Used to print a non-container, non-pointer value when the user
360 // STL-style container, th
273 DefaultPrintTo(IsContainer , false_type , const C& container, ::std::ostream* os) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPosition.h125 // FIXME: Callers should be moved off of node(), node() is not always the container for this position.
134 Node* container = containerNode(); local
135 return container ? container->rootEditableElement() : 0;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLineBoxList.cpp231 void RenderLineBoxList::dirtyLinesFromChangedChild(RenderObject* container, RenderObject* child) argument
233 if (!container->parent() || (container->isRenderBlock() && (container->selfNeedsLayout() || !container->isRenderBlockFlow())))
236 RenderInline* inlineContainer = container->isRenderInline() ? toRenderInline(container) : 0;
243 if (container->isInline() && !container->ancestorLineBoxDirty()) {
244 container
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorkerContainerTest.cpp178 ServiceWorkerContainer* container = ServiceWorkerContainer::create(executionContext()); local
182 ScriptPromise promise = container->registerServiceWorker(scriptState(), scriptURL, *options);
185 container->willBeDetachedFromFrame();
192 ServiceWorkerContainer* container = ServiceWorkerContainer::create(executionContext()); local
194 ScriptPromise promise = container->getRegistration(scriptState(), documentURL);
197 container->willBeDetachedFromFrame();
316 ServiceWorkerContainer* container = ServiceWorkerContainer::create(executionContext()); local
323 container->registerServiceWorker(scriptState(), "/z/worker.js", *options);
330 container->willBeDetachedFromFrame();
340 ServiceWorkerContainer* container local
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupListBox.h63 // A container for the data for each menu item (e.g. represented by <option>
90 static PassRefPtr<PopupListBox> create(PopupMenuClient* client, bool deviceSupportsTouch, PopupContainer* container) argument
92 return adoptRef(new PopupListBox(client, deviceSupportsTouch, container));
H A DWebPopupMenuImpl.cpp120 PopupContainer* container = static_cast<PopupContainer*>(m_widget); local
121 client()->setToolTipText(container->getSelectedItemToolTip(), toWebTextDirection(container->menuStyle().textDirection()));
/external/chromium_org/third_party/WebKit/public/web/
H A DWebPlugin.h68 virtual WebPluginContainer* container() const { return 0; } function in class:blink::WebPlugin
/external/chromium_org/third_party/icu/source/i18n/
H A Didentifier_info.cpp275 UBool IdentifierInfo::containsWithAlternates(const ScriptSet &container, const ScriptSet &containee) const { argument
276 if (!container.contains(containee)) {
285 if (!container.intersects(*alternatives)) {
/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/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-printers.h84 // The print primitives print the elements of an STL-style container
86 // const_iterator of the container. When const_iterator is an input
92 // being defined as many user-defined container types don't have
215 // Used to print a value that is not an STL-style container when the
266 // Used to print an STL-style container when the user doesn't define
271 const C& container, ::std::ostream* os) {
275 for (typename C::const_iterator it = container.begin();
276 it != container.end(); ++it, ++count) {
332 // Used to print a non-container, non-pointer value when the user
356 // STL-style container, th
269 DefaultPrintTo(IsContainer , false_type , const C& container, ::std::ostream* os) argument
[all...]
/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
H A Dindex_sub_table_format4.cc349 IndexSubTableFormat4::Builder* container)
351 IndexSubTable::Builder>(container),
357 (int32_t)(container()->GetOffsetArray()->size() - 1)) {
371 container()->GetOffsetArray();
376 container()->image_data_offset(),
379 container()->image_format());
348 BitmapGlyphInfoIterator( IndexSubTableFormat4::Builder* container) argument
H A Dindex_sub_table_format5.cc318 IndexSubTableFormat5::Builder* container)
320 IndexSubTable::Builder>(container),
325 if (offset_index_ < (int32_t)(container()->GetGlyphArray()->size())) {
338 output = new BitmapGlyphInfo(container()->GetGlyphArray()->at(offset_index_),
339 container()->image_data_offset(),
340 offset_index_ * container()->ImageSize(),
341 container()->ImageSize(),
342 container()->image_format());
317 BitmapGlyphInfoIterator( IndexSubTableFormat5::Builder* container) argument

Completed in 742 milliseconds

1234567891011>>