HomeSort by relevance Sort by last modified time
    Searched refs:native_display_delegate_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/display/chromeos/
display_configurator.cc 168 if (native_display_delegate_)
169 native_display_delegate_->RemoveObserver(this);
174 DCHECK(!native_display_delegate_);
176 native_display_delegate_ = display_delegate.Pass();
193 if (!native_display_delegate_) {
194 native_display_delegate_ = CreatePlatformNativeDisplayDelegate();
195 native_display_delegate_->AddObserver(this);
204 native_display_delegate_->GrabServer();
205 native_display_delegate_->Initialize();
209 native_display_delegate_->SetBackgroundColor(background_color_argb)
    [all...]
display_configurator_unittest.cc 345 native_display_delegate_ = new TestNativeDisplayDelegate(log_.get());
347 scoped_ptr<NativeDisplayDelegate>(native_display_delegate_));
382 // Configures |native_display_delegate_| to return the first |num_outputs|
392 native_display_delegate_->set_outputs(outputs);
426 TestNativeDisplayDelegate* native_display_delegate_; // not owned member in class:ui::__anon21330::DisplayConfiguratorTest
    [all...]
display_configurator.h 155 // Replaces |native_display_delegate_| with the delegate passed in and sets
309 scoped_ptr<NativeDisplayDelegate> native_display_delegate_; member in class:ui::DisplayConfigurator

Completed in 31 milliseconds