OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temporary_zoom_levels_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/
host_zoom_map_impl.cc
300
return ContainsKey(
temporary_zoom_levels_
, key);
307
if (!ContainsKey(
temporary_zoom_levels_
, key))
310
return
temporary_zoom_levels_
.find(key)->second;
321
temporary_zoom_levels_
[key] = level;
357
TemporaryZoomLevels::iterator it =
temporary_zoom_levels_
.find(key);
358
if (it ==
temporary_zoom_levels_
.end())
360
temporary_zoom_levels_
.erase(it);
host_zoom_map_impl.h
132
TemporaryZoomLevels
temporary_zoom_levels_
;
member in class:content::HostZoomMapImpl
135
// |
temporary_zoom_levels_
| to guarantee thread safety.
Completed in 177 milliseconds