Home
last modified time | relevance | path

Searched refs:COMPARE_NODE_BOOL (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/profile_resetter/
Djtl_foundation.h126 COMPARE_NODE_BOOL = 0x20, enumerator
Djtl_interpreter.cc561 case jtl_foundation::COMPARE_NODE_BOOL: { in ParseNextSentence()
/external/chromium_org/chrome/tools/profile_reset/
Djtl_compiler.cc70 Add(Instruction("compare_bool", jtl::COMPARE_NODE_BOOL, Arguments(Bool))); in InstructionSet()