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

  /external/chromium_org/sandbox/win/src/
policy_engine_opcodes.cc 103 opcode->GetArgument(0, &action);
141 opcode->GetArgument(0, &match_ulong);
147 opcode->GetArgument(0, &match_ptr);
185 opcode->GetArgument(0, &lower_bound);
186 opcode->GetArgument(1, &upper_bound);
214 opcode->GetArgument(0, &number);
269 opcode->GetArgument(1, &match_len);
270 opcode->GetArgument(2, &start_position);
271 opcode->GetArgument(3, &match_opts);
policy_engine_opcodes.h 155 void GetArgument(size_t index, T* argument) const {
169 // GetArgument() to retrieve an index that contains a string, the returned
175 GetArgument(index, &str_delta);
policy_low_level.cc 324 opcode.GetArgument(1, &str_len);
  /external/chromium_org/tools/site_compare/
command_line.py 223 def GetArgument(self, name):

Completed in 422 milliseconds