Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/profile_resetter/
Djtl_foundation.h82 STORE_BOOL = 0x10, enumerator
Djtl_interpreter.cc484 case jtl_foundation::STORE_BOOL: { in ParseNextSentence()
/external/chromium_org/chrome/tools/profile_reset/
Djtl_compiler.cc59 Add(Instruction("store_bool", jtl::STORE_BOOL, Arguments(String, Bool))); in InstructionSet()