Searched refs:container_ (Results 76 - 93 of 93) sorted by relevance

1234

/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h272 : container_(begin, end) {}
276 return new Iterator(this, container_.begin());
279 return new Iterator(this, container_.end());
345 const ContainerType container_; member in class:testing::internal::ValuesInIteratorRangeGenerator
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h290 : container_(begin, end) {}
294 return new Iterator(this, container_.begin());
297 return new Iterator(this, container_.end());
363 const ContainerType container_; member in class:testing::internal::ValuesInIteratorRangeGenerator
/external/chromium_org/ui/file_manager/gallery/js/
H A Dmosaic_mode.js1618 self.container_ = container;
1929 this.container_.appendChild(this);
1953 if (tileLeft < this.container_.scrollLeft) {
1957 var scrollRight = this.container_.scrollLeft + this.container_.clientWidth;
1959 targetPosition = tileRight - this.container_.clientWidth;
1964 this.container_.scrollLeft = targetPosition;
1966 this.container_.animatedScrollTo(targetPosition);
1979 return new Rect(this.left_ - this.container_.scrollLeft, this.top_,
/external/chromium_org/athena/wm/
H A Dbezel_controller.cc67 : container_(container),
/external/chromium_org/components/plugins/renderer/
H A Dwebview_plugin.h151 blink::WebPluginContainer* container_; member in class:WebViewPlugin
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_plugin.h146 blink::WebPluginContainer* container_; member in class:content::TestPlugin
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dimage_util.js18 this.container_ = null;
22 this.container_ = container;
27 if (this.container_) {
29 this.container_.appendChild(div);
H A Dimage_transform.js26 var container = this.getImageView().container_;
/external/chromium_org/v8/src/
H A Dutils.h996 explicit ContainerPointerWrapper(C* container) : container_(container) {}
997 iterator begin() { return container_->begin(); }
998 iterator end() { return container_->end(); }
999 reverse_iterator rbegin() { return container_->rbegin(); }
1000 reverse_iterator rend() { return container_->rend(); }
1002 C* container_;
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin.h196 blink::WebPluginContainer* container_; member in class:content::BrowserPlugin
/external/chromium_org/ui/file_manager/file_manager/audio_player/js/
H A Daudio_player.js12 this.container_ = container;
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc381 container_(new views::View()) {
382 AddChildView(container_);
383 container_->SetLayoutManager(
391 container_->AddChildView(new views::Label(text, font_list));
394 container_->AddChildView(
412 gfx::Size container_size = container_->GetPreferredSize();
417 container_->SetBoundsRect(container_bounds);
418 container_->Layout();
421 views::View* dot = container_->child_at(i + 1);
439 views::View* container_; member in class:autofill::__anon5212::LoadingAnimationView
[all...]
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.h290 blink::WebPluginContainer* container_; member in class:content::WebPluginImpl
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.h136 blink::WebPluginContainer* container() const { return container_; }
721 blink::WebPluginContainer* container_; member in class:content::PepperPluginInstanceImpl
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromePageScript.js1149 cvox.TableShifter.prototype.makeMoreGranular=function(){cvox.TableShifter.superClass_.makeMoreGranular.call(this);this.currentWalker_=this.columnWalker_};cvox.TableShifter.create=function(a){a=cvox.DomUtil.getAncestors(a.start.node);return cvox.DomPredicates.tablePredicate(a)&&!cvox.DomPredicates.captionPredicate(a)?new cvox.TableShifter:null};cvox.ActiveIndicator=function(){this.lastMoveTime_=0;this.zoom_=1;this.updateIndicatorTimeoutId_=this.lastClientRects_=this.lastSyncTarget_=this.container_=null;this.blurred_=!1;window.addEventListener("focus",goog.bind(function(){this.blurred_=!1;this.container_&&this.container_.classList.remove("cvox_indicator_window_not_focused")},this),!1);window.addEventListener("blur",goog.bind(function(){this.blurred_=!0;this.container_&&this.container_.classList.add("cvox_indicator_window_not_focused")},this),
1151 cvox.ActiveIndicator.QUICK_ANIM_DELAY_MS=100;cvox.ActiveIndicator.NORMAL_ANIM_DELAY_MS=300;cvox.ActiveIndicator.MARGIN=8;cvox.ActiveIndicator.prototype.removeFromDom=function(){this.container_&&this.container_.parentElement&&this.container_.parentElement.removeChild(this.container_)};cvox.ActiveIndicator.prototype.syncToNode=function(a){a&&(a==document.body?this.removeFromDom():this.syncToNodes([a]))};
1158 window.pageXOffset,e=window.pageYOffset);for(var f=[],g=0;g<c;g++)f.push(this.inset_(a[g],d,e,-d,-e));if(!this.container_||!thi
[all...]
H A DchromeVoxChromeBackgroundScript.js1230 0,null)}};cvox.ChromeVoxHTMLTimeWidget.prototype.eventHandler_=function(a){var b=!1;if("keydown"==a.type){if(9==a.keyCode&&!a.shiftKey||39==a.keyCode)this.pos_++,this.handlePosChange_(),b=!0;if(9==a.keyCode&&a.shiftKey||37==a.keyCode)this.pos_--,this.handlePosChange_(),b=!0}this.update_(b)};cvox.ActiveIndicator=function(){this.lastMoveTime_=0;this.zoom_=1;this.updateIndicatorTimeoutId_=this.lastClientRects_=this.lastSyncTarget_=this.container_=null;this.blurred_=!1;window.addEventListener("focus",goog.bind(function(){this.blurred_=!1;this.container_&&this.container_.classList.remove("cvox_indicator_window_not_focused")},this),!1);window.addEventListener("blur",goog.bind(function(){this.blurred_=!0;this.container_&&this.container_.classList.add("cvox_indicator_window_not_focused")},this),
1232 cvox.ActiveIndicator.QUICK_ANIM_DELAY_MS=100;cvox.ActiveIndicator.NORMAL_ANIM_DELAY_MS=300;cvox.ActiveIndicator.MARGIN=8;cvox.ActiveIndicator.prototype.removeFromDom=function(){this.container_&&this.container_.parentElement&&this.container_.parentElement.removeChild(this.container_)};cvox.ActiveIndicator.prototype.syncToNode=function(a){a&&(a==document.body?this.removeFromDom():this.syncToNodes([a]))};
1239 window.pageXOffset,e=window.pageYOffset);for(var f=[],g=0;g<c;g++)f.push(this.inset_(a[g],d,e,-d,-e));if(!this.container_||!thi
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h10271 : container_(begin, end) {}
10275 return new Iterator(this, container_.begin());
10278 return new Iterator(this, container_.end());
10344 const ContainerType container_; member in class:testing::internal::ValuesInIteratorRangeGenerator
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h10271 : container_(begin, end) {}
10275 return new Iterator(this, container_.begin());
10278 return new Iterator(this, container_.end());
10344 const ContainerType container_; member in class:testing::internal::ValuesInIteratorRangeGenerator

Completed in 470 milliseconds

1234