OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:content_offset
(Results
1 - 5
of
5
) 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
/development/samples/Vault/src/com/example/android/vault/
EncryptedDocument.java
54
* content section always starts at a specific offset {@link #
CONTENT_OFFSET
} to
74
private static final int
CONTENT_OFFSET
= 4096;
184
if (f.length() <=
CONTENT_OFFSET
) {
189
f.seek(
CONTENT_OFFSET
);
224
f.seek(
CONTENT_OFFSET
);
246
if (f.getFilePointer() >
CONTENT_OFFSET
) {
/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.cc
372
const gfx::Vector2dF&
content_offset
) {
379
gfx::ScaleVector2d(
content_offset
, dpi_scale_));
393
content_offset
.y());
[
all
...]
content_view_core_impl.h
215
const gfx::Vector2dF&
content_offset
);
Completed in 364 milliseconds