OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SettingsEntry
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/
plugin_exceptions_table_model.h
57
struct
SettingsEntry
{
70
std::vector<
SettingsEntry
> settings_;
plugin_exceptions_table_model.cc
41
SettingsEntry
entry = settings_[*it];
84
SettingsEntry
& entry = settings_[row];
159
SettingsEntry
entry = {
170
SettingsEntry
entry = {
plugin_exceptions_table_model_unittest.cc
112
typedef std::vector<PluginExceptionsTableModel::
SettingsEntry
> Entries;
Completed in 314 milliseconds