Searched refs:block_state (Results 1 - 5 of 5) 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/zlib/src/
H A Ddeflate.c71 } block_state; typedef in typeref:enum:__anon17172
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));
899 block_state bstate;
1562 local block_state deflate_stored(s, flush)
1626 local block_state deflate_fas
[all...]
/external/qemu/distrib/zlib-1.2.3/
H A Ddeflate.c71 } block_state; typedef in typeref:enum:__anon11585
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/chromium/chrome/browser/autocomplete/
H A Dautocomplete.cc184 ExternalProtocolHandler::BlockState block_state =
186 switch (block_state) {
/external/v8/src/
H A Dparser.cc1319 BlockState block_state(this, scope);
2001 { BlockState block_state(this, block_scope);
2583 { BlockState block_state(this, with_scope);
2729 BlockState block_state(this, catch_scope);

Completed in 110 milliseconds