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

1 23 4

  /external/chromium_org/athena/wm/
window_overview_mode.cc 206 : container_(container),
216 container_->set_target_handler(this);
228 container_->set_target_handler(container_->delegate());
336 CHECK_EQ(container_, event->target());
338 ui::EventTarget* window = container_;
347 targeter->FindTargetForLocatedEvent(container_, event));
348 while (target && target->parent() != container_)
401 return container_->bounds().height() * fraction;
411 ui::Compositor* compositor = container_->GetHost()->compositor()
756 aura::Window* container_; member in class:athena::__anon6794::WindowOverviewModeImpl
    [all...]
split_view_controller.h 68 // Returns the bounds of the left and right parts of the |container_| based
130 aura::Window* container_; member in class:athena::SplitViewController
141 // right_window_ in |container_| coordinates.
window_manager_impl.h 88 scoped_ptr<aura::Window> container_; member in class:athena::WindowManagerImpl
bezel_controller.cc 67 : container_(container),
  /external/chromium_org/remoting/webapp/browser_test/
mock_client_plugin.js 21 this.container_ = container;
28 this.container_.appendChild(this.element_);
32 this.container_.removeChild(this.element_);
  /external/chromium_org/chrome/browser/local_discovery/
service_discovery_client_mac.h 117 container_; member in class:local_discovery::ServiceWatcherImplMac
184 ServiceDiscoveryThreadDeleter<NetServiceContainer> > container_; member in class:local_discovery::ServiceResolverImplMac
  /external/chromium_org/ash/display/
cursor_window_controller.cc 95 container_(NULL),
188 if (container_ == container)
190 container_ = container;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
active_indicator.js 48 this.container_ = null;
104 if (this.container_) {
105 this.container_.classList.remove('cvox_indicator_window_not_focused');
110 if (this.container_) {
111 this.container_.classList.add('cvox_indicator_window_not_focused');
231 if (this.container_ && this.container_.parentElement) {
232 this.container_.parentElement.removeChild(this.container_);
449 if (!this.container_ || !this.container_.parentElement)
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc 518 container_(container),
604 container_->element().document().url(),
676 if (!container_)
679 if (container_->element().isNull())
682 if (container_->element().document().isNull())
685 if (!container_->element().document().frame())
689 container_->element().document().frame()->mainWorldScriptContext();
730 container_ = NULL;
759 if (!container_ || view_data_.rect.size.width == 0 ||
763 container_->invalidate()
    [all...]
pepper_webplugin_impl.h 101 blink::WebPluginContainer* container_; member in class:content::PepperWebPluginImpl
  /external/chromium_org/athena/system/
network_selector.cc 203 : network_(network), container_(container), weak_ptr_(this) {
233 container_->Layout();
253 container_));
257 container_->Layout();
313 views::View* container_; member in class:__anon6775::NetworkRow
  /external/chromium_org/content/shell/renderer/test_runner/
test_plugin.cc 136 container_(0),
213 container_ = container;
214 container_->setWebLayer(web_layer_.get());
216 container_->requestTouchEventType(
218 container_->requestTouchEventType(
221 container_->requestTouchEventType(touch_event_request_);
222 container_->setWantsWheelEvents(true);
229 if (container_)
230 container_->setWebLayer(0);
238 container_ = 0
    [all...]
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_message_bubble_view.h 131 BrowserActionsContainer* container_; member in class:extensions::ExtensionMessageBubbleFactory
  /external/chromium_org/components/plugins/renderer/
webview_plugin.h 151 blink::WebPluginContainer* container_; member in class:WebViewPlugin
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-param-util.h 272 : 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/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-param-util.h 272 : 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/chromium_org/ui/views/animation/
bounds_animator.h 163 scoped_refptr<gfx::AnimationContainer> container_; member in class:views::BoundsAnimator
  /external/gtest/include/gtest/internal/
gtest-param-util.h 272 : 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/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 272 : 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/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util.h 272 : 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/
gtest-param-util.h 290 : 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
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util.h 272 : 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/chromium_org/ui/file_manager/video_player/js/
media_controls.js 18 this.container_ = containerElement;
19 this.document_ = this.container_.ownerDocument;
74 var parent = opt_parent || this.container_;
120 var controls = this.container_.querySelectorAll(selector);
560 this.container_ = container;
564 var document = this.container_.ownerDocument;
566 this.container_.classList.add('custom-slider');
573 this.container_.appendChild(this.input_);
584 this.container_.appendChild(this.bar_);
606 return this.container_;
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
slide_mode.js 26 this.container_ = container;
159 this.arrowBox_ = util.createChild(this.container_, 'arrow-box');
181 var errorWrapper = util.createChild(this.container_, 'prompt-wrapper');
186 util.createChild(this.container_, 'spinner');
194 util.createChild(this.container_, 'tool slideshow-toolbar');
215 this.editBarMode_ = util.createChild(this.container_, 'edit-modal');
232 root: this.container_,
945 this.container_.clientWidth, this.container_.clientHeight);
1086 return this.container_.hasAttribute('slideshow')
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_editor.js 25 this.container_ = DOMContainers.image;
30 ImageUtil.removeChildren(this.container_);
34 this.container_.clientWidth, this.container_.clientHeight);
43 this.rootContainer_, this.container_, this.getBuffer());
123 self.container_.ownerDocument,
651 this.container_ = container;
886 var oldCursor = this.container_.getAttribute('cursor');
890 this.container_.setAttribute('cursor', newCursor);
1087 this.container_ = container
    [all...]

Completed in 634 milliseconds

1 23 4