OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:content_offset
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/base/android/
window_android.h
35
void set_content_offset(const gfx::Vector2dF&
content_offset
) {
36
content_offset_ =
content_offset
;
39
gfx::Vector2dF
content_offset
() const {
function in class:ui::WindowAndroid
/external/chromium_org/ui/snapshot/
snapshot_android.cc
49
gfx::Vector2dF offset = window->
content_offset
();
/external/chromium_org/content/browser/android/
content_view_core_impl.h
264
const gfx::Vector2dF&
content_offset
,
content_view_core_impl.cc
398
const gfx::Vector2dF&
content_offset
,
407
gfx::ScaleVector2d(
content_offset
, dpi_scale_));
422
content_offset
.y(),
[
all
...]
Completed in 70 milliseconds