OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_offset
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/cc/layers/
scrollbar_layer_impl_base.cc
152
float
max_offset
= track_length - thumb_length;
local
153
int thumb_offset = static_cast<int>(ratio *
max_offset
) + TrackStart();
/external/chromium/chrome/browser/autocomplete/
history_quick_provider_unittest.cc
278
const size_t
max_offset
= url.size() - ((6 * 2) + 7);
local
281
EXPECT_LT(citer->offset,
max_offset
);
/external/chromium_org/media/mp2t/
es_parser_adts.cc
90
int
max_offset
= raw_es_size - kAdtsHeaderMinSize;
local
91
if (pos >=
max_offset
) {
93
// -
max_offset
< 0: not enough bytes to get a full header
95
// - pos >=
max_offset
: might be the case after reading one full frame,
102
for (int offset = pos; offset <
max_offset
; offset++) {
129
*new_pos =
max_offset
;
/external/chromium_org/chrome/browser/autocomplete/
history_quick_provider_unittest.cc
396
const size_t
max_offset
= url.length() - ((6 * 2) + 7);
local
399
EXPECT_LT(citer->offset,
max_offset
);
/external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_io_host.cc
311
uint64_t
max_offset
= actual_offset + buffer.size();
local
312
if (
max_offset
> static_cast<uint64_t>(std::numeric_limits<int64_t>::max()))
313
return PP_ERROR_FAILED; //
max_offset
overflows.
314
int64_t amount = static_cast<int64_t>(
max_offset
) - max_written_offset_;
/external/chromium_org/content/renderer/accessibility/
accessibility_node_serializer.cc
385
const gfx::Size&
max_offset
= document.frame()->maximumScrollOffset();
local
386
dst->AddIntAttribute(dst->ATTR_SCROLL_X_MAX,
max_offset
.width());
387
dst->AddIntAttribute(dst->ATTR_SCROLL_Y_MAX,
max_offset
.height());
/external/chromium/chrome/browser/ui/views/tabs/
side_tab_strip.cc
246
int
max_offset
= GetMaxOffset();
local
247
if (
max_offset
== 0) {
430
int
max_offset
= GetMaxOffset();
local
431
if (
max_offset
== 0) {
435
new_offset = std::max(
max_offset
, std::min(0, new_offset));
/external/chromium_org/android_webview/browser/
in_process_view_renderer.cc
842
gfx::Vector2d
max_offset
= max_scroll_offset();
local
848
if (
max_offset
.x()) {
850
max_offset
.x());
852
if (
max_offset
.y()) {
854
max_offset
.y());
896
gfx::Vector2d
max_offset
= max_scroll_offset();
local
901
scroll_offset.set_x((scroll_offset_dip.x() *
max_offset
.x()) /
906
scroll_offset.set_y((scroll_offset_dip.y() *
max_offset
.y()) /
912
DCHECK(scroll_offset.x() <=
max_offset
.x());
913
DCHECK(scroll_offset.y() <=
max_offset
.y())
[
all
...]
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 916 milliseconds