Home
last modified time | relevance | path

Searched refs:kSeekToEnd (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dpolicy_engine_unittest.cc57 kSeekToEnd, CASE_INSENSITIVE, kPolNone); in TEST()
Dpolicy_opcodes_unittest.cc272 PolicyOpcode* op4b = opcode_maker.MakeOpWStringMatch(0, txt4, kSeekToEnd, in TEST()
286 PolicyOpcode* op5b = opcode_maker.MakeOpWStringMatch(0, txt5, kSeekToEnd, in TEST()
Dpolicy_engine_opcodes.h239 const int kSeekToEnd = 0xfffff; variable
Dpolicy_low_level.cc190 kSeekToEnd, match_opts, in GenStringOpcode()
Dpolicy_engine_opcodes.cc297 if (kSeekToEnd == start_position) { in OpcodeEval()