Searched refs:container (Results 151 - 175 of 821) sorted by relevance

1234567891011>>

/external/chromium_org/ash/first_run/
H A Ddesktop_cleaner.cc33 explicit ContainerHider(aura::Window* container) argument
34 : container_was_hidden_(!container->IsVisible()),
35 container_(container) {
100 aura::Window* container = local
102 container_hiders_.push_back(make_linked_ptr(new ContainerHider(container)));
/external/chromium_org/ash/test/
H A Dtest_session_state_animator.h23 // If a new animation is started on a container the existing one will be
54 // |container|.
55 bool IsContainerAnimated(SessionStateAnimator::Container container,
91 SessionStateAnimator::Container container,
104 // The container which is being animated.
105 SessionStateAnimator::Container container; member in struct:ash::test::TestSessionStateAnimator::ActiveAnimation
124 // Starts an animation in the |animation_sequence| for each container
133 // animation is already active for the given |container| then it will be
136 void AddAnimation(SessionStateAnimator::Container container,
142 // If an animation is currently active for the given |container| i
[all...]
/external/chromium_org/components/nacl/renderer/
H A Dprogress_event.cc53 blink::WebPluginContainer* container = plugin_instance->GetContainer();
54 // It's possible that container() is NULL if the plugin has been removed from
56 if (!container)
58 blink::WebLocalFrame* frame = container->element().document().frame();
79 container->element().dispatchEvent(blink_event);
85 container->element().dispatchEvent(blink_event);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DPaintInvalidationState.cpp47 // When we hit a new paint invalidation container, we don't need to
49 // from our parents will just move the whole invalidation container.
64 if (RenderObject* container = renderer.container()) {
65 if (container->style()->hasInFlowPosition() && container->isRenderInline())
66 m_paintOffset += toRenderInline(container)->offsetForInFlowPositionedInline(toRenderBox(renderer));
94 ASSERT(!m_clipped); // The box should establish paint invalidation container, so no m_clipped inherited.
H A DLayoutState.cpp66 if (RenderObject* container = renderer.container()) {
67 if (container->style()->hasInFlowPosition() && container->isRenderInline())
68 m_layoutOffset += toRenderInline(container)->offsetForInFlowPositionedInline(renderer);
119 RenderObject* container = root.container(); local
120 FloatPoint absContentPoint = container->localToAbsolute(FloatPoint(), UseTransforms);
H A DPaintInvalidationState.h35 bool canMapToContainer(const RenderLayerModelObject* container) const
37 return m_cachedOffsetsEnabled && container == &m_paintInvalidationContainer;
50 // x/y offset from paint invalidation container. Includes relative positioning and scroll offsets.
/external/chromium_org/ui/file_manager/video_player/css/
H A Dvideo_player.css31 #video-container {
39 #video-player[loading] #video-container {
43 #spinner-container {
52 #video-player[loading] #spinner-container {
56 #spinner-container > .spinner {
76 #video-player:not([casting]) > #cast-container {
80 #cast-container {
88 #cast-container > #cast-info {
103 #cast-container > #cast-info > .first-line {
111 #cast-container > #cas
[all...]
/external/chromium_org/base/
H A Dstl_util.h30 // For a range within a container of pointers, calls delete (non-array version)
48 // For a range within a container of pairs, calls delete (non-array version) on
52 // container may call the hash function on the iterator when it is advanced,
66 // For a range within a container of pairs, calls delete (non-array version) on
79 // For a range within a container of pairs, calls delete.
126 // STLDeleteElements() deletes all the elements in an STL container and clears
127 // the container. This function is suitable for use with a vector, set,
128 // hash_set, or any other STL container which defines sensible begin(), end(),
131 // If container is NULL, this function is a no-op.
134 // STLElementDeleter (defined below), which ensures that your container'
137 STLDeleteElements(T* container) argument
148 STLDeleteValues(T* container) argument
173 STLElementDeleter(T* container) argument
185 STLValueDeleter(T* container) argument
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dscreen_gaia_signin.css28 #enterprise-info-container,
29 #saml-info-container {
62 #gaia-signin-form-container,
67 .saml #gaia-signin-form-container,
109 #enterprise-info-container {
117 #enterprise-info-container #enterprise-info {
151 #saml-notice-container {
H A Dscreen_fatal_error.css11 #fatal-error-message-container {
/external/chromium_org/content/browser/resources/media/
H A Dwebrtc_internals.css11 .update-log-container {
22 .stats-graph-container {
27 .stats-graph-sub-container {
32 .stats-graph-sub-container > div {
36 .stats-graph-sub-container > div:first-child {
40 .stats-table-container {
47 .stats-table-container >div:first-child {
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dstl_util.h37 // For a range within a container of pointers, calls delete (non-array version)
55 // For a range within a container of pairs, calls delete (non-array version) on
59 // container may call the hash function on the iterator when it is advanced,
73 // For a range within a container of pairs, calls delete (non-array version) on
86 // For a range within a container of pairs, calls delete.
133 // STLDeleteElements() deletes all the elements in an STL container and clears
134 // the container. This function is suitable for use with a vector, set,
135 // hash_set, or any other STL container which defines sensible begin(), end(),
138 // If container is NULL, this function is a no-op.
141 // STLElementDeleter (defined below), which ensures that your container'
144 STLDeleteElements(T* container) argument
155 STLDeleteValues(T* container) argument
180 STLElementDeleter(T* container) argument
192 STLValueDeleter(T* container) argument
[all...]
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/js/
H A Dsettings.js13 $('#settings-container').empty();
34 var container = $('#settings-container');
37 $('input[type="text"]', container).each(function(_, field) {
57 var container = $('#settings-container');
58 container.append($('<h2/>').text('Settings for ' + title));
71 container.append(table);
75 var container = $('#settings-container');
[all...]
/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...]
/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/chrome/browser/resources/sync_internals/
H A Dsync_node_browser.css13 #sync-node-browser-container {
18 #sync-node-tree-container {
32 overflow: visible; /* let the container do the scrolling */
50 #sync-node-details-container {
/external/mockito/src/org/mockito/internal/stubbing/defaultanswers/
H A DReturnsDeepStubs.java61 InvocationContainerImpl container = (InvocationContainerImpl) handler.getInvocationContainer();
64 for (StubbedInvocationMatcher stubbedInvocationMatcher : container.getStubbedInvocations()) {
65 if(container.getInvocationForStubbing().matches(stubbedInvocationMatcher.getInvocation())) {
71 return recordDeepStubMock(createNewDeepStubMock(returnTypeGenericMetadata), container);
110 private Object recordDeepStubMock(final Object mock, InvocationContainerImpl container) throws Throwable { argument
112 container.addAnswer(new Answer<Object>() {
/external/chromium_org/ash/shell/
H A Dwindow_watcher.cc45 aura::Window* container = local
47 container->AddObserver(this);
48 for (size_t i = 0; i < container->children().size(); ++i)
49 container->children()[i]->AddObserver(watcher_);
57 aura::Window* container = local
59 container->RemoveObserver(this);
60 for (size_t i = 0; i < container->children().size(); ++i)
61 container->children()[i]->RemoveObserver(watcher_);
/external/chromium_org/ash/system/chromeos/audio/
H A Daudio_detailed_view.cc100 HoverHighlightView* container = new HoverHighlightView(this); local
101 container->AddCheckableLabel(text, style, checked);
102 scroll_content()->AddChildView(container);
103 return container;
140 HoverHighlightView* container = AddScrollListItem( local
144 device_map_[container] = output_devices_[i];
153 HoverHighlightView* container = AddScrollListItem( local
157 device_map_[container] = input_devices_[i];
/external/chromium_org/athena/util/
H A Dfill_layout_manager.cc12 FillLayoutManager::FillLayoutManager(aura::Window* container) argument
13 : container_(container) {
/external/chromium_org/chrome/browser/resources/quota_internals/
H A Dmain.css12 #tree-view-container {
/external/chromium_org/content/browser/resources/indexed_db/
H A Dindexeddb_internals.js66 var container = $('indexeddb-list');
67 container.appendChild(template);
71 var downloadLinks = container.querySelectorAll('a.download');
75 var forceCloseLinks = container.querySelectorAll('a.force-close');
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
H A Die.css12 .container { text-align: left; }
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dcros_log_visualizer.js69 this.container = document.getElementById(containerID);
77 this.container.appendChild(this.canvases[level]);
80 // Append all the elements to the container
81 this.container.appendChild(this.timeline);
82 this.container.appendChild(this.timeDisplay);
83 this.container.appendChild(this.trackingLayer);
84 this.container.appendChild(this.btnReset);
86 this.container.addEventListener('webkitAnimationEnd', function() {
87 this.container.classList.remove('cros-log-visualizer-flash');
196 this.container
[all...]
/external/chromium_org/content/browser/resources/service_worker/
H A Dserviceworker_internals.js19 var container = $('serviceworker-options');
20 if (container.childNodes) {
21 template = container.childNodes[0];
25 container.appendChild(template);
28 var inputs = container.querySelectorAll('input[type=\'checkbox\']');
146 var container = $('serviceworker-list');
150 for (var i = 0; i < container.childNodes.length; ++i) {
151 if (container.childNodes[i].partition_id == partition_id) {
152 template = container.childNodes[i];
158 container
[all...]

Completed in 1734 milliseconds

1234567891011>>