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

/external/chromium/chrome/browser/
H A Dexternal_protocol_handler.cc138 BlockState block_state = GetBlockState(escaped_url.scheme()); local
139 if (block_state == BLOCK)
144 if (block_state == UNKNOWN) {
/external/chromium_org/chrome/browser/external_protocol/
H A Dexternal_protocol_handler.cc264 BlockState block_state = GetBlockStateWithDelegate(escaped_url.scheme(), local
266 if (block_state == BLOCK) {
281 block_state == UNKNOWN,
H A Dexternal_protocol_handler_unittest.cc115 void DoTest(ExternalProtocolHandler::BlockState block_state, argument
123 delegate_.set_block_state(block_state);
126 if (block_state != ExternalProtocolHandler::BLOCK)
/external/chromium_org/third_party/zlib/
H A Ddeflate.c71 } block_state; typedef in typeref:enum:__anon14899
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.3/
H A Ddeflate.c71 } block_state; typedef in typeref:enum:__anon25547
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));
788 block_state bstate;
1390 local block_state deflate_stored(s, flush)
1448 local block_state deflate_fast(s, flush)
1554 local block_state deflate_slow(s, flush)
1683 local block_state deflate_rl
[all...]
/external/zlib/src/
H A Ddeflate.c71 } block_state; typedef in typeref:enum:__anon29817
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...]

Completed in 331 milliseconds