HomeSort by relevance Sort by last modified time
    Searched refs:container_ (Results 76 - 94 of 94) sorted by null

1 2 34

  /external/chromium_org/content/shell/renderer/test_runner/
test_plugin.h 146 blink::WebPluginContainer* container_; member in class:content::TestPlugin
  /external/chromium_org/v8/src/
utils.h 996 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_;
    [all...]
  /external/chromium_org/remoting/webapp/
client_session.js 72 this.container_ = container;
152 this.container_.querySelector('.mouse-cursor-overlay');
421 this.container_.querySelector('.client-plugin-container'),
517 this.container_.querySelector('video'));
525 this.container_.classList.add('mediasource-rendering');
527 this.container_.classList.remove('mediasource-rendering');
585 this.container_.classList.remove('mediasource-rendering');
587 this.container_.removeEventListener('mousemove',
940 this.container_.addEventListener('mousemove',
977 this.container_.classList.add('session-client-inactive')
    [all...]
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.h 196 blink::WebPluginContainer* container_; member in class:content::BrowserPlugin
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 381 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::__anon9837::LoadingAnimationView
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
gallery.js 206 this.container_ = document.querySelector('.gallery');
273 this.container_, Gallery.FADE_TIMEOUT, this.hasActiveTool.bind(this));
371 this.prompt_ = new ImageEditor.Prompt(this.container_, strf);
382 this.slideMode_ = new SlideMode(this.container_,
413 this.shareDialog_ = new ShareDialog(this.container_);
633 this.container_.setAttribute('mode', this.currentMode_.getName());
726 var confirm = new cr.ui.dialogs.ConfirmDialog(this.container_);
mosaic_mode.js     [all...]
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_view.js 18 this.container_ = container;
188 this.container_.appendChild(canvas);
424 this.container_.textContent = '';
439 if (this.contentCanvas_ && this.contentCanvas_.parentNode === this.container_)
440 this.container_.removeChild(this.contentCanvas_);
452 this.container_.appendChild(this.screenImage_);
458 this.container_.appendChild(this.contentCanvas_);
image_util.js 18 this.container_ = null;
22 this.container_ = container;
27 if (this.container_) {
29 this.container_.appendChild(div);
image_transform.js 26 var container = this.getImageView().container_;
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.h 136 blink::WebPluginContainer* container() const { return container_; }
721 blink::WebPluginContainer* container_; member in class:content::PepperPluginInstanceImpl
    [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.h 290 blink::WebPluginContainer* container_; member in class:content::WebPluginImpl
  /external/chromium_org/ui/file_manager/file_manager/audio_player/js/
audio_player.js 12 this.container_ = container;
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromePageScript.js     [all...]
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h 10344 const ContainerType container_; member in class:testing::internal::ValuesInIteratorRangeGenerator
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 10344 const ContainerType container_; member in class:testing::internal::ValuesInIteratorRangeGenerator
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h 10344 const ContainerType container_; member in class:testing::internal::ValuesInIteratorRangeGenerator
    [all...]

Completed in 1535 milliseconds

1 2 34