OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateScreenInfo
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/net/
client_hints_unittest.cc
17
void
UpdateScreenInfo
(float pixel_ratio) {
18
client_hints_.
UpdateScreenInfo
(pixel_ratio);
26
UpdateScreenInfo
(1.567f);
36
UpdateScreenInfo
(1.567f);
43
UpdateScreenInfo
(-1.567f);
47
UpdateScreenInfo
(1.567f);
51
UpdateScreenInfo
(0.0f);
client_hints.h
35
void
UpdateScreenInfo
(float device_pixel_ratio_value);
client_hints.cc
48
&ClientHints::
UpdateScreenInfo
, weak_ptr_factory_.GetWeakPtr()));
55
void ClientHints::
UpdateScreenInfo
(float device_pixel_ratio_value) {
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.h
93
void
UpdateScreenInfo
(gfx::NativeView view);
render_widget_host_view_base.cc
501
void RenderWidgetHostViewBase::
UpdateScreenInfo
(gfx::NativeView view) {
render_widget_host_view_aura.cc
[
all
...]
render_widget_host_view_gtk.cc
206
host_view->
UpdateScreenInfo
(host_view->GetNativeView());
[
all
...]
/external/chromium_org/content/browser/web_contents/
web_contents_view_win.cc
55
rwhv->
UpdateScreenInfo
(rwhv->GetNativeView());
343
view->
UpdateScreenInfo
(view->GetNativeView());
/external/chromium_org/content/browser/android/
content_view_core_impl.cc
[
all
...]
Completed in 140 milliseconds