OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:switch_map_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/test/chromedriver/
capabilities.cc
314
switch_map_
[name] = value;
320
switch_map_
[name] = value;
331
for (SwitchMap::const_iterator iter = switches.
switch_map_
.begin();
332
iter != switches.
switch_map_
.end();
334
switch_map_
[iter->first] = iter->second;
354
switch_map_
.erase(name);
358
return
switch_map_
.count(name) > 0;
372
SwitchMap::const_iterator iter =
switch_map_
.find(name);
373
if (iter ==
switch_map_
.end())
379
return
switch_map_
.size()
[
all
...]
capabilities.h
57
SwitchMap
switch_map_
;
member in class:Switches
Completed in 25 milliseconds