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

  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_unittest.cc 504 ASSERT_TRUE(registry()->IsDefault(test_protocol_handler()));
515 ASSERT_FALSE(registry()->IsDefault(ph1));
516 ASSERT_FALSE(registry()->IsDefault(ph2));
535 ASSERT_FALSE(registry()->IsDefault(ph1));
536 ASSERT_TRUE(registry()->IsDefault(ph2));
546 ASSERT_TRUE(registry()->IsDefault(ph1));
547 ASSERT_FALSE(registry()->IsDefault(ph2));
550 ASSERT_FALSE(registry()->IsDefault(ph1));
551 ASSERT_TRUE(registry()->IsDefault(ph2));
567 ASSERT_FALSE(registry()->IsDefault(ph1))
    [all...]
protocol_handler_registry.h 172 bool IsDefault(const ProtocolHandler& handler) const;
protocol_handler_registry.cc 408 bool ProtocolHandlerRegistry::IsDefault(
803 if (IsDefault(*j)) {
  /external/chromium_org/v8/src/
flags.cc 138 bool IsDefault() const {
255 if (!f->IsDefault()) {
  /external/v8/src/
flags.cc 129 bool IsDefault() const {
235 if (!f->IsDefault()) {
  /external/llvm/include/llvm/Object/
ELF.h 653 bool &IsDefault) const;
669 bool &IsDefault) const;
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 645 bool IsDefault;
646 if (error(Obj->getSymbolVersion(*SymI, Version, IsDefault)))
649 FullSymbolName += (IsDefault ? "@@" : "@");

Completed in 970 milliseconds