OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:valid_type_count
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/
file_select_helper.cc
186
int
valid_type_count
= 0;
local
211
valid_type_count
++;
215
if (
valid_type_count
== 0)
225
if (
valid_type_count
> 1 ||
226
(
valid_type_count
== 1 && description_id == 0 && extensions->size() > 1))
/external/chromium_org/chrome/browser/
file_select_helper.cc
250
int
valid_type_count
= 0;
local
275
valid_type_count
++;
279
if (
valid_type_count
== 0)
289
if (
valid_type_count
> 1 ||
290
(
valid_type_count
== 1 && description_id == 0 && extensions->size() > 1))
Completed in 206 milliseconds