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

  /external/chromium_org/chrome/browser/chromeos/login/screens/
screen_context.cc 27 ScreenContext::ScreenContext() {
30 ScreenContext::~ScreenContext() {
33 bool ScreenContext::SetBoolean(const KeyType& key, bool value) {
37 bool ScreenContext::SetInteger(const KeyType& key, int value) {
41 bool ScreenContext::SetDouble(const KeyType& key, double value) {
45 bool ScreenContext::SetString(const KeyType& key, const std::string& value) {
49 bool ScreenContext::SetString(const KeyType& key, const base::string16& value) {
53 bool ScreenContext::SetStringList(const KeyType& key, const StringList& value)
    [all...]
base_screen.h 18 class ScreenContext;
51 virtual void Initialize(ScreenContext* context);
91 void SetContext(ScreenContext* context);
base_screen.cc 18 void BaseScreen::Initialize(ScreenContext* context) {
46 void BaseScreen::SetContext(ScreenContext* context) {
screen_context.h 22 // ScreenContext is a key-value storage for values that are shared
32 // ScreenContext memorizes changed key-value pairs and returns them
35 class ScreenContext : public base::NonThreadSafe {
40 ScreenContext();
41 ~ScreenContext();
121 DISALLOW_COPY_AND_ASSIGN(ScreenContext);
controller_pairing_screen.h 52 ScreenContext context_;
host_pairing_screen.h 50 ScreenContext context_;
screen_context_unittest.cc 20 context_.reset(new ScreenContext());
27 ScreenContext& context() { return *context_.get(); }
30 scoped_ptr<ScreenContext> context_;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
host_pairing_screen_handler.h 42 ScreenContext context_cache_;
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.hh 106 class ScreenContext : public RawContext
109 ScreenContext (ScreenManager* screenManager, const glu::RenderConfig& config);
110 ~ScreenContext (void);
tcuIOSPlatform.mm 83 return new ScreenContext(m_screenManager, config);
184 // ScreenContext
186 ScreenContext::ScreenContext (ScreenManager* screenManager, const glu::RenderConfig& config)
206 ScreenContext::~ScreenContext (void)
211 void ScreenContext::createFramebuffer (const glu::RenderConfig& config)
284 void ScreenContext::postIterate (void)

Completed in 267 milliseconds