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

  /external/chromium_org/remoting/host/
usage_stats_consent_win.cc 26 LONG ReadUsageStatsValue(const wchar_t* state_key, DWORD* usagestats_out) {
29 state_key,
  /external/chromium_org/chrome/installer/setup/
setup_util.cc 382 base::win::RegKey state_key; local
393 result = state_key.Open(root, dist->GetStateKey().c_str(),
399 state_key.WriteValue(google_update::kRegUsageStatsField, usagestats);
414 result = state_key.Open(root, dist->GetStateKey().c_str(),
417 channel_info.Initialize(state_key) &&
421 channel_info.Write(&state_key);
429 result = state_key.Open(root, dist->GetStateKey().c_str(),
433 if (!channel_info.Initialize(state_key)) {
439 channel_info.Write(&state_key);
install_worker_unittest.cc 151 void set_state_key(const std::wstring& state_key) {
152 state_key_ = state_key;
    [all...]
install_worker.cc     [all...]
  /external/chromium_org/chrome/installer/util/
install_util.cc 273 const string16& state_key,
281 install_list->AddCreateRegKeyWorkItem(root, state_key);
282 install_list->AddSetRegValueWorkItem(root, state_key,
285 install_list->AddSetRegValueWorkItem(root, state_key,
290 install_list->AddSetRegValueWorkItem(root, state_key,
294 install_list->AddSetRegValueWorkItem(root, state_key,
305 RegKey state_key; local
306 LONG result = state_key.Open(root, state_key_path.c_str(),
310 result = state_key.DeleteValue(installer::kInstallerExtraCode1);
316 result = state_key.WriteValue(installer::kInstallerExtraCode1
    [all...]
installer_state.cc 720 base::win::RegKey state_key; local
721 LONG result = state_key.Create(root_key_, state_key_.c_str(),
724 channel_info.Initialize(state_key);
736 channel_info.Write(&state_key);
761 result = state_key.Create(root_key_, dist->GetStateKey().c_str(),
764 other_info.Initialize(state_key);
766 channel_info.Write(&state_key);
install_util.h 76 // for consumption by Google Update. |state_key| must be the full path to an
80 const string16& state_key,
87 // should be obtained via the state_key method of an InstallerState instance
installation_state.cc 50 const std::wstring state_key(distribution->GetStateKey());
84 if (key.Open(root_key, state_key.c_str(),
installer_state.h 136 const std::wstring& state_key() const { return state_key_; } function in class:installer::InstallerState
google_update_settings_unittest.cc 139 string16 state_key = install == SYSTEM_INSTALL ? local
143 key.Open(root, state_key.c_str(), KEY_QUERY_VALUE));
157 key.Open(root, state_key.c_str(), KEY_QUERY_VALUE));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_pixeltransfer.c 55 struct state_key struct
72 make_state_key(struct gl_context *ctx, struct state_key *key)
141 get_pixel_transfer_program(struct gl_context *ctx, const struct state_key *key)
296 struct state_key key;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_pixeltransfer.c 55 struct state_key struct
72 make_state_key(struct gl_context *ctx, struct state_key *key)
141 get_pixel_transfer_program(struct gl_context *ctx, const struct state_key *key)
296 struct state_key key;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
ff_fragment_shader.cpp 104 struct state_key { struct
418 static GLuint make_state_key( struct gl_context *ctx, struct state_key *key )
522 struct state_key *state;
657 static GLboolean args_match( const struct state_key *key, GLuint unit )
785 const struct state_key *key = p->state;
1074 const struct state_key *key = p->state;
1094 const struct state_key *key = p->state;
    [all...]
ffvertex_prog.c 53 struct state_key { struct
130 const struct state_key *key,
149 static void make_state_key( struct gl_context *ctx, struct state_key *key )
154 memset(key, 0, sizeof(struct state_key));
306 const struct state_key *state;
    [all...]
  /external/mesa3d/src/mesa/main/
ff_fragment_shader.cpp 104 struct state_key { struct
418 static GLuint make_state_key( struct gl_context *ctx, struct state_key *key )
522 struct state_key *state;
657 static GLboolean args_match( const struct state_key *key, GLuint unit )
785 const struct state_key *key = p->state;
1074 const struct state_key *key = p->state;
1094 const struct state_key *key = p->state;
    [all...]
ffvertex_prog.c 53 struct state_key { struct
130 const struct state_key *key,
149 static void make_state_key( struct gl_context *ctx, struct state_key *key )
154 memset(key, 0, sizeof(struct state_key));
306 const struct state_key *state;
    [all...]

Completed in 344 milliseconds