OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AutomationJSONReply
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/automation/
automation_provider_json.h
26
class
AutomationJSONReply
{
31
AutomationJSONReply
(AutomationProvider* provider,
34
~
AutomationJSONReply
();
automation_provider_json.cc
30
AutomationJSONReply
::
AutomationJSONReply
(AutomationProvider* provider,
36
AutomationJSONReply
::~
AutomationJSONReply
() {
40
void
AutomationJSONReply
::SendSuccess(const Value* value) {
51
void
AutomationJSONReply
::SendError(const std::string& error_message) {
/external/chromium_org/chrome/browser/automation/
automation_provider_json.h
38
class
AutomationJSONReply
{
43
AutomationJSONReply
(AutomationProvider* provider,
46
~
AutomationJSONReply
();
automation_provider_json.cc
22
AutomationJSONReply
::
AutomationJSONReply
(AutomationProvider* provider,
28
AutomationJSONReply
::~
AutomationJSONReply
() {
32
void
AutomationJSONReply
::SendSuccess(const Value* value) {
43
void
AutomationJSONReply
::SendError(const std::string& error_message) {
Completed in 32 milliseconds