OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:use_stale
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/common/
plugin_list.cc
313
bool*
use_stale
,
320
if (!
use_stale
)
323
if (
use_stale
)
324
*
use_stale
= (loading_state_ != LOADING_STATE_UP_TO_DATE);
plugin_list.h
118
// If |
use_stale
| is NULL, this will load the plug-in list if necessary.
119
// If it is not NULL, the plug-in list will not be loaded, and |*
use_stale
|
124
bool*
use_stale
,
plugin_list_unittest.cc
101
NULL, //
use_stale
114
NULL, //
use_stale
129
NULL, //
use_stale
/external/chromium_org/content/browser/
plugin_service_impl.cc
509
bool
use_stale
= false;
local
511
url, mime_type, allow_wildcard, &
use_stale
, NPAPIPluginsSupported(),
513
return
use_stale
;
Completed in 35 milliseconds