Searched defs:ScreenContext (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dscreen_context.h22 // 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 { class in namespace:chromeos
40 ScreenContext();
41 ~ScreenContext();
121 DISALLOW_COPY_AND_ASSIGN(ScreenContext);
H A Dscreen_context.cc27 ScreenContext::ScreenContext() { function in class:chromeos::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
[all...]
/external/deqp/framework/platform/ios/
H A DtcuIOSPlatform.hh106 class ScreenContext : public RawContext class in namespace:tcu::ios
109 ScreenContext (ScreenManager* screenManager, const glu::RenderConfig& config);
110 ~ScreenContext (void);

Completed in 127 milliseconds