OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HostZoomMapImpl
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/content/browser/
host_zoom_map_impl.cc
28
HostZoomMapImpl
* rv = static_cast<
HostZoomMapImpl
*>(
31
rv = new
HostZoomMapImpl
();
37
HostZoomMapImpl
::
HostZoomMapImpl
()
44
void
HostZoomMapImpl
::CopyFrom(HostZoomMap* copy_interface) {
50
HostZoomMapImpl
* copy = static_cast<
HostZoomMapImpl
*>(copy_interface);
65
double
HostZoomMapImpl
::GetZoomLevelForHost(const std::string& host) const {
71
double
HostZoomMapImpl
::GetZoomLevelForHostAndScheme
[
all
...]
host_zoom_map_impl.h
24
class CONTENT_EXPORT
HostZoomMapImpl
: public NON_EXPORTED_BASE(HostZoomMap),
28
HostZoomMapImpl
();
29
virtual ~
HostZoomMapImpl
();
100
DISALLOW_COPY_AND_ASSIGN(
HostZoomMapImpl
);
host_zoom_map_impl_unittest.cc
26
HostZoomMapImpl
host_zoom_map;
38
HostZoomMapImpl
host_zoom_map;
/external/chromium_org/content/browser/renderer_host/
render_view_host_impl.cc
[
all
...]
/external/chromium_org/content/browser/web_contents/
web_contents_impl.cc
[
all
...]
Completed in 123 milliseconds