OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DisableForTest
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/chromeos/extensions/
install_limiter.cc
61
void InstallLimiter::
DisableForTest
() {
/external/chromium_org/net/base/
network_change_notifier.h
232
// create an
DisableForTest
object, and then create the new
234
// destroyed before the
DisableForTest
object, as its destruction will restore
236
class NET_EXPORT
DisableForTest
{
238
DisableForTest
();
239
~
DisableForTest
();
network_change_notifier.cc
702
NetworkChangeNotifier::
DisableForTest
::
DisableForTest
()
708
NetworkChangeNotifier::
DisableForTest
::~
DisableForTest
() {
Completed in 28 milliseconds