OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AlarmsGetFunction
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/alarms/
alarms_api.h
42
class
AlarmsGetFunction
: public ChromeAsyncExtensionFunction {
44
virtual ~
AlarmsGetFunction
() {}
alarms_api.cc
133
bool
AlarmsGetFunction
::RunImpl() {
141
base::Bind(&
AlarmsGetFunction
::Callback, this, name));
146
void
AlarmsGetFunction
::Callback(
alarms_api_unittest.cc
342
new
AlarmsGetFunction
(), "[null]"));
355
new
AlarmsGetFunction
(), "[\"7\"]"));
366
new
AlarmsGetFunction
(), "[\"nobody\"]");
Completed in 163 milliseconds