HomeSort by relevance Sort by last modified time
    Searched refs:block_state (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/external_protocol/
external_protocol_handler_unittest.cc 117 void DoTest(ExternalProtocolHandler::BlockState block_state,
125 delegate_.set_block_state(block_state);
128 if (block_state != ExternalProtocolHandler::BLOCK)
external_protocol_handler.cc 265 BlockState block_state = local
267 if (block_state == BLOCK) {
282 block_state == UNKNOWN,
  /external/chromium_org/third_party/zlib/
deflate.c 71 } block_state; typedef in typeref:enum:__anon20299
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;
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_deflate.c 71 } block_state; typedef in typeref:enum:__anon32310
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;
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
deflate.c 71 } block_state; typedef in typeref:enum:__anon33347
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;
    [all...]
  /external/zlib/src/
deflate.c 71 } block_state; typedef in typeref:enum:__anon37543
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;
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_input.cc 200 ExternalProtocolHandler::BlockState block_state =
203 switch (block_state) {
  /external/chromium_org/v8/src/
preparser.cc 588 BlockState block_state(&scope_, &with_scope);
763 BlockState block_state(&scope_, &with_scope);
parser.cc     [all...]

Completed in 174 milliseconds