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

/external/chromium_org/chrome/browser/profile_resetter/
H A Djtl_foundation.h30 // STORE_BOOL(hash("found_foo"), 1)
82 STORE_BOOL = 0x10, enumerator in enum:jtl_foundation::OpCodes
91 // Same as STORE_BOOL but takes a hash instead of a boolean value as
H A Djtl_interpreter.cc489 case jtl_foundation::STORE_BOOL: {
/external/chromium_org/chrome/tools/profile_reset/
H A Djtl_compiler.cc59 Add(Instruction("store_bool", jtl::STORE_BOOL, Arguments(String, Bool)));

Completed in 30 milliseconds