HomeSort by relevance Sort by last modified time
    Searched defs:current_type (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/common/
thumbnail_score.cc 88 int current_type = GetThumbnailType(current.good_clipping, current.at_top); local
91 if (replacement_type < current_type) {
96 } else if (replacement_type == current_type) {
  /external/e2fsprogs/ext2ed/
main.c 78 struct struct_descriptor *first_type,*last_type,*current_type; /* Used to access the double linked list */ variable in typeref:struct:
344 * current type. The global variable current_type points to the
371 if (current_type != NULL)
373 i<=current_type->type_commands.last_command && !found;
375 if (strcasecmp (command,current_type->type_commands.names [i])==0) {
376 (*current_type->type_commands.callback [i]) (command_line);
472 if (current_type != NULL)
473 for (i=0;i<=current_type->type_commands.last_command;i++) {
474 if (strncmp (current_type->type_commands.names [i],text,len)==0) {
477 return (dupstr (current_type->type_commands.names [i]))
    [all...]
  /external/chromium/chrome/browser/autofill/
form_structure.cc 226 std::vector<AutofillFieldType>::iterator current_type = field_types.begin(); local
239 field != form->fields_.end(); ++field, ++current_type) {
246 if (current_type == field_types.end())
250 DCHECK_NE(*current_type, UNKNOWN_TYPE);
253 (*field)->set_server_type(*current_type);
autofill_manager.cc 128 const AutofillFieldType current_type = local
132 if (current_type == UNKNOWN_TYPE)
135 bool already_saw_current_type = seen_types.count(current_type) > 0;
142 AutofillType(current_type).group();
173 seen_types.insert(current_type);
    [all...]
  /external/bison/src/
parse-gram.c 141 static uniqstr current_type = NULL; variable
    [all...]

Completed in 1298 milliseconds