Searched defs:block_state (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
H A Dchrome_autocomplete_scheme_classifier.cc48 const ExternalProtocolHandler::BlockState block_state = local
50 switch (block_state) {
/external/chromium_org/chrome/browser/external_protocol/
H A Dexternal_protocol_handler.cc265 BlockState block_state = local
267 if (block_state == BLOCK) {
282 block_state == UNKNOWN,
H A Dexternal_protocol_handler_unittest.cc117 void DoTest(ExternalProtocolHandler::BlockState block_state, argument
125 delegate_.set_block_state(block_state);
128 if (block_state != ExternalProtocolHandler::BLOCK)
/external/chromium_org/third_party/zlib/
H A Ddeflate.c71 } block_state; typedef in typeref:enum:__anon16395
73 typedef block_state (*compress_func) OF((deflate_state *s, int flush,
78 local block_state deflate_stored OF((deflate_state *s, int flush, int clas));
79 local block_state deflate_fast OF((deflate_state *s, int flush, int clas));
81 local block_state deflate_slow OF((deflate_state *s, int flush, int clas));
83 local block_state deflate_rle OF((deflate_state *s, int flush));
84 local block_state deflate_huff OF((deflate_state *s, int flush));
824 block_state bstate;
1623 local block_state deflate_stored(s, flush, clas)
1682 local block_state deflate_fas
[all...]
/external/qemu/distrib/zlib-1.2.8/
H A Ddeflate.c71 } block_state; typedef in typeref:enum:__anon29629
73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
901 block_state bstate;
1564 local block_state deflate_stored(s, flush)
1628 local block_state deflate_fas
[all...]
/external/zlib/src/
H A Ddeflate.c71 } block_state; typedef in typeref:enum:__anon34349
73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
901 block_state bstate;
1564 local block_state deflate_stored(s, flush)
1628 local block_state deflate_fas
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_deflate.c71 } block_state; typedef in typeref:enum:__anon28592
73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
900 block_state bstate;
1563 local block_state deflate_stored(
1627 local block_state deflate_fas
[all...]

Completed in 588 milliseconds