OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDefault
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_unittest.cc
500
ASSERT_TRUE(registry()->
IsDefault
(test_protocol_handler()));
511
ASSERT_FALSE(registry()->
IsDefault
(ph1));
512
ASSERT_FALSE(registry()->
IsDefault
(ph2));
531
ASSERT_FALSE(registry()->
IsDefault
(ph1));
532
ASSERT_TRUE(registry()->
IsDefault
(ph2));
542
ASSERT_TRUE(registry()->
IsDefault
(ph1));
543
ASSERT_FALSE(registry()->
IsDefault
(ph2));
546
ASSERT_FALSE(registry()->
IsDefault
(ph1));
547
ASSERT_TRUE(registry()->
IsDefault
(ph2));
563
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
132
bool
IsDefault
() const {
238
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 1160 milliseconds