Searched refs:found_apple (Results 1 - 7 of 7) sorted by path

/external/chromium_org/chrome/browser/chromeos/events/
H A Devent_rewriter.cc136 bool found_apple = false; local
139 if (!found_apple && LowerCaseEqualsASCII(tokens[i], "apple"))
140 found_apple = true;
143 if (found_apple && found_keyboard)
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dsfdriver.c223 FT_Int n, found_win, found_apple; local
234 found_apple = -1;
251 found_apple = n;
297 if ( found_apple != -1 )
300 TT_NameEntryRec* name = face->name_table.names + found_apple;
H A Dsfobjs.c152 FT_Int found_apple = -1; local
228 found_apple = found_apple_roman;
230 found_apple = found_apple_english;
237 if ( found_win >= 0 && !( found_apple >= 0 && !is_english ) )
261 else if ( found_apple >= 0 )
263 rec = face->name_table.names + found_apple;
/external/freetype/src/sfnt/
H A Dsfdriver.c223 FT_Int n, found_win, found_apple; local
234 found_apple = -1;
251 found_apple = n;
297 if ( found_apple != -1 )
300 TT_NameEntryRec* name = face->name_table.names + found_apple;
H A Dsfobjs.c153 FT_Int found_apple = -1; local
229 found_apple = found_apple_roman;
231 found_apple = found_apple_english;
238 if ( found_win >= 0 && !( found_apple >= 0 && !is_english ) )
262 else if ( found_apple >= 0 )
264 rec = face->name_table.names + found_apple;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dsfdriver.c223 FT_Int n, found_win, found_apple; local
234 found_apple = -1;
251 found_apple = n;
297 if ( found_apple != -1 )
300 TT_NameEntryRec* name = face->name_table.names + found_apple;
H A Dsfobjs.c154 FT_Int found_apple = -1; local
230 found_apple = found_apple_roman;
232 found_apple = found_apple_english;
239 if ( found_win >= 0 && !( found_apple >= 0 && !is_english ) )
263 else if ( found_apple >= 0 )
265 rec = face->name_table.names + found_apple;

Completed in 2011 milliseconds