OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:the_data
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome_frame/test/
ie_configurator.cc
211
RegistryData
the_data
= {
local
218
apply_list_.push_back(
the_data
);
226
RegistryData
the_data
= { root, key, value, REG_NONE };
local
231
result = the_key.ReadValue(value, NULL, &size, &
the_data
.type);
234
the_data
.type = REG_NONE;
235
revert_list_.push_front(
the_data
);
237
the_data
.data.resize(size);
238
result = the_key.ReadValue(value, &
the_data
.data[0], &size,
239
&
the_data
.type);
241
revert_list_.push_front(
the_data
);
[
all
...]
Completed in 202 milliseconds