BLOCK             211 chrome/browser/autocomplete/autocomplete_input.cc       case ExternalProtocolHandler::BLOCK:
BLOCK             206 chrome/browser/external_protocol/external_protocol_handler.cc     return BLOCK;
BLOCK             212 chrome/browser/external_protocol/external_protocol_handler.cc     return BLOCK;
BLOCK             227 chrome/browser/external_protocol/external_protocol_handler.cc       return should_block ? BLOCK : DONT_BLOCK;
BLOCK             246 chrome/browser/external_protocol/external_protocol_handler.cc       update_excluded_schemas->SetBoolean(scheme, (state == BLOCK));
BLOCK             267 chrome/browser/external_protocol/external_protocol_handler.cc   if (block_state == BLOCK) {
BLOCK              41 chrome/browser/external_protocol/external_protocol_handler_unittest.cc       : block_state_(ExternalProtocolHandler::BLOCK),
BLOCK              58 chrome/browser/external_protocol/external_protocol_handler_unittest.cc     ASSERT_TRUE(block_state_ == ExternalProtocolHandler::BLOCK ||
BLOCK             122 chrome/browser/external_protocol/external_protocol_handler_unittest.cc     if (block_state != ExternalProtocolHandler::BLOCK)
BLOCK             138 chrome/browser/external_protocol/external_protocol_handler_unittest.cc   DoTest(ExternalProtocolHandler::BLOCK,
BLOCK             144 chrome/browser/external_protocol/external_protocol_handler_unittest.cc   DoTest(ExternalProtocolHandler::BLOCK,
BLOCK             150 chrome/browser/external_protocol/external_protocol_handler_unittest.cc   DoTest(ExternalProtocolHandler::BLOCK,
BLOCK             115 chrome/browser/managed_mode/managed_mode_browsertest.cc             new base::FundamentalValue(ManagedModeURLFilter::BLOCK)));
BLOCK             204 chrome/browser/managed_mode/managed_mode_interstitial.cc          ManagedModeURLFilter::BLOCK;
BLOCK              37 chrome/browser/managed_mode/managed_mode_resource_throttle.cc       ManagedModeURLFilter::BLOCK) {
BLOCK              63 chrome/browser/managed_mode/managed_mode_resource_throttle_browsertest.cc           new base::FundamentalValue(ManagedModeURLFilter::BLOCK)));
BLOCK             191 chrome/browser/managed_mode/managed_mode_url_filter.cc   DCHECK_LE(behavior_value, BLOCK);
BLOCK             270 chrome/browser/managed_mode/managed_mode_url_filter.cc     return url_it->second ? ALLOW : BLOCK;
BLOCK             276 chrome/browser/managed_mode/managed_mode_url_filter.cc     return host_it->second ? ALLOW : BLOCK;
BLOCK             282 chrome/browser/managed_mode/managed_mode_url_filter.cc     if ((host_it->second == (default_behavior_ == BLOCK)) &&
BLOCK             284 chrome/browser/managed_mode/managed_mode_url_filter.cc       return host_it->second ? ALLOW : BLOCK;
BLOCK              17 chrome/browser/managed_mode/managed_mode_url_filter_unittest.cc     filter_->SetDefaultFilteringBehavior(ManagedModeURLFilter::BLOCK);
BLOCK             308 chrome/browser/managed_mode/managed_user_service_unittest.cc                                    ManagedModeURLFilter::BLOCK);
BLOCK             309 chrome/browser/managed_mode/managed_user_service_unittest.cc   EXPECT_EQ(ManagedModeURLFilter::BLOCK,
BLOCK             979 chrome/browser/prerender/prerender_browsertest.cc     return ExternalProtocolHandler::BLOCK;
BLOCK             287 chrome/browser/search/search.cc           ManagedModeURLFilter::BLOCK) {
BLOCK              78 chrome/browser/ui/external_protocol_dialog_delegate.cc           url.scheme(), ExternalProtocolHandler::BLOCK);
BLOCK              58 content/browser/frame_host/interstitial_page_impl.cc     case BLOCK:
BLOCK             219 content/browser/frame_host/interstitial_page_impl.cc   TakeActionOnResourceDispatcher(BLOCK);
BLOCK             224 third_party/expat/files/lib/xmlparse.c   BLOCK *blocks;
BLOCK             225 third_party/expat/files/lib/xmlparse.c   BLOCK *freeBlocks;
BLOCK            6113 third_party/expat/files/lib/xmlparse.c     BLOCK *p = pool->blocks;
BLOCK            6115 third_party/expat/files/lib/xmlparse.c       BLOCK *tem = p->next;
BLOCK            6130 third_party/expat/files/lib/xmlparse.c   BLOCK *p = pool->blocks;
BLOCK            6132 third_party/expat/files/lib/xmlparse.c     BLOCK *tem = p->next;
BLOCK            6138 third_party/expat/files/lib/xmlparse.c     BLOCK *tem = p->next;
BLOCK            6223 third_party/expat/files/lib/xmlparse.c       BLOCK *tem = pool->freeBlocks->next;
BLOCK            6237 third_party/expat/files/lib/xmlparse.c     BLOCK *temp = (BLOCK *)
BLOCK            6239 third_party/expat/files/lib/xmlparse.c                              (offsetof(BLOCK, s)
BLOCK            6250 third_party/expat/files/lib/xmlparse.c     BLOCK *tem;
BLOCK            6256 third_party/expat/files/lib/xmlparse.c     tem = (BLOCK *)pool->mem->malloc_fcn(offsetof(BLOCK, s)
BLOCK             635 third_party/libxml/src/HTMLparser.c #define FLOW BLOCK,INLINE
BLOCK             726 third_party/libxml/src/HTMLparser.c static const char* const map_contents[] = { BLOCK, "area", NULL } ;
BLOCK             729 third_party/libxml/src/HTMLparser.c static const char* const blockli_elt[] = { BLOCK, "li", NULL } ;