HomeSort by relevance Sort by last modified time
    Searched refs:MakeBase (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/courgette/
difference_estimator_unittest.cc 21 difference_estimator.MakeBase(Region(kString1, sizeof(kString1)));
32 difference_estimator.MakeBase(Region(kString1, sizeof(kString1)));
43 difference_estimator.MakeBase(Region(kString1, sizeof(kString1)-1));
54 difference_estimator.MakeBase(Region(kString1, sizeof(kString1)-1));
difference_estimator.h 39 // This DifferenceEstimator owns the objects returned by MakeBase and
42 Base* MakeBase(const Region& region);
difference_estimator.cc 82 DifferenceEstimator::Base* DifferenceEstimator::MakeBase(const Region& region) {
ensemble_create.cc 162 difference_estimator.MakeBase(old_elements[i]->region()));
  /external/chromium_org/sandbox/win/src/
policy_engine_opcodes.cc 52 return MakeBase(OP_ALWAYS_FALSE, options, -1);
70 return MakeBase(OP_ALWAYS_TRUE, options, -1);
90 PolicyOpcode* opcode = MakeBase(OP_ACTION, options, 0);
116 PolicyOpcode* opcode = MakeBase(OP_NUMBER_MATCH, options, selected_param);
126 PolicyOpcode* opcode = MakeBase(OP_NUMBER_MATCH, options, selected_param);
167 PolicyOpcode* opcode = MakeBase(OP_ULONG_MATCH_RANGE, options,
199 PolicyOpcode* opcode = MakeBase(OP_ULONG_AND_MATCH, options, selected_param);
241 PolicyOpcode* opcode = MakeBase(OP_WSTRING_MATCH, options, selected_param);
352 PolicyOpcode* OpcodeFactory::MakeBase(OpcodeID opcode_id,
policy_engine_opcodes.h 359 PolicyOpcode* MakeBase(OpcodeID opcode_id, uint32 options,

Completed in 701 milliseconds