OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Throttle
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/devtools/
devtools_network_transaction.cc
41
void DevToolsNetworkTransaction::
Throttle
(int result) {
59
Throttle
(rv);
98
Throttle
(result);
/external/chromium_org/chrome/browser/extensions/
user_script_listener.cc
25
class UserScriptListener::
Throttle
27
public base::SupportsWeakPtr<UserScriptListener::
Throttle
> {
29
Throttle
() : should_defer_(true), did_defer_(false) {
50
return "UserScriptListener::
Throttle
";
90
Throttle
*
throttle
= new
Throttle
();
91
throttles_.push_back(
throttle
->AsWeakPtr());
92
return
throttle
;
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_apitest.cc
101
Throttle
*
throttle
= new
Throttle
();
102
throttles_.push_back(
throttle
->AsWeakPtr());
103
return
throttle
;
111
// Stores a
throttle
per URL request that we have delayed.
112
class
Throttle
: public content::ResourceThrottle,
113
public base::SupportsWeakPtr<
Throttle
> {
125
return "TestNavigationListener::
Throttle
";
128
typedef base::WeakPtr<
Throttle
> WeakThrottle
249
content::ResourceThrottle*
throttle
=
variable
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
Throttle.java
26
* This class used to "
throttle
" a flow of events.
32
* This class is primarily used to
throttle
content changed events.
34
public class
Throttle
{
73
public
Throttle
(String name, Runnable callback, Handler handler) {
78
public
Throttle
(String name, Runnable callback, Handler handler,int minTimeout,
85
public
Throttle
(String name, Runnable callback, Handler handler,int minTimeout,
101
Log.d(LOG_TAG, "
Throttle
: [" + mName + "] " + message);
Completed in 135 milliseconds