Home
last modified time | relevance | path

Searched refs:ACTION_API_CALL (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/extensions/activity_log/
Dactivity_log.cc97 {Action::ACTION_API_CALL, "tabs.connect", 0, LOOKUP_TAB_ID, NULL},
98 {Action::ACTION_API_CALL, "tabs.detectLanguage", 0, LOOKUP_TAB_ID, NULL},
99 {Action::ACTION_API_CALL, "tabs.duplicate", 0, LOOKUP_TAB_ID, NULL},
100 {Action::ACTION_API_CALL, "tabs.executeScript", 0, LOOKUP_TAB_ID, NULL},
101 {Action::ACTION_API_CALL, "tabs.get", 0, LOOKUP_TAB_ID, NULL},
102 {Action::ACTION_API_CALL, "tabs.insertCSS", 0, LOOKUP_TAB_ID, NULL},
103 {Action::ACTION_API_CALL, "tabs.move", 0, LOOKUP_TAB_ID, NULL},
104 {Action::ACTION_API_CALL, "tabs.reload", 0, LOOKUP_TAB_ID, NULL},
105 {Action::ACTION_API_CALL, "tabs.remove", 0, LOOKUP_TAB_ID, NULL},
106 {Action::ACTION_API_CALL, "tabs.sendMessage", 0, LOOKUP_TAB_ID, NULL},
[all …]
Dcounting_policy_unittest.cc187 Action::ACTION_API_CALL, "extension.connect", in Arguments_Stripped()
201 CheckAction(*actions->at(0), "punky", Action::ACTION_API_CALL, "brewster", in Arguments_GetTodaysActions()
205 CheckAction(*actions->at(2), "punky", Action::ACTION_API_CALL, in Arguments_GetTodaysActions()
215 CheckAction(*actions->at(1), "punky", Action::ACTION_API_CALL, "brewster", in Arguments_GetOlderActions()
224 CheckAction(*actions->at(0), "punky", Action::ACTION_API_CALL, "brewster", in Arguments_CheckMergeCount()
237 CheckAction(*actions->at(0), "punky", Action::ACTION_API_CALL, "brewster", in Arguments_CheckMergeCountAndTime()
331 Action::ACTION_API_CALL, in CheckRemoveActions()
362 Action::ACTION_API_CALL, in NoActionsDeleted()
387 Action::ACTION_API_CALL, in Action1Deleted()
443 Action::ACTION_API_CALL, in TEST_F()
[all …]
Dactivity_log_policy_unittest.cc22 Action::ACTION_API_CALL, in TEST_F()
64 std::make_pair(Action::ACTION_API_CALL, "tabs.executeScript")); in TEST_F()
70 Action::ACTION_API_CALL, in TEST_F()
78 "punky", base::Time::Now(), Action::ACTION_API_CALL, "tabs.create"); in TEST_F()
89 Action::ACTION_API_CALL, in TEST_F()
Dcounting_policy.cc67 {Action::ACTION_API_CALL, "bookmarks.create"},
68 {Action::ACTION_API_CALL, "bookmarks.update"},
69 {Action::ACTION_API_CALL, "cookies.get"},
70 {Action::ACTION_API_CALL, "cookies.getAll"},
71 {Action::ACTION_API_CALL, "extension.connect"},
72 {Action::ACTION_API_CALL, "extension.sendMessage"},
73 {Action::ACTION_API_CALL, "fileSystem.chooseEntry"},
74 {Action::ACTION_API_CALL, "socket.bind"},
75 {Action::ACTION_API_CALL, "socket.connect"},
76 {Action::ACTION_API_CALL, "socket.create"},
[all …]
Dfullstream_ui_policy_unittest.cc158 Action::ACTION_API_CALL, "extension.connect", in Arguments_Present()
168 CheckAction(*actions->at(1), "punky", Action::ACTION_API_CALL, "brewster", in Arguments_GetTodaysActions()
177 CheckAction(*actions->at(1), "punky", Action::ACTION_API_CALL, "brewster", in Arguments_GetOlderActions()
183 CheckAction(*actions->at(0), "punky", Action::ACTION_API_CALL, "lets", in AllURLsRemoved()
256 Action::ACTION_API_CALL, in CheckRemoveActions()
287 Action::ACTION_API_CALL, in NoActionsDeleted()
296 Action::ACTION_API_CALL, in NoActionsDeleted()
328 Action::ACTION_API_CALL, in Action1Deleted()
337 Action::ACTION_API_CALL, in Action1Deleted()
400 Action::ACTION_API_CALL, in TEST_F()
[all …]
Duma_policy_unittest.cc33 "id", base::Time::Now(), Action::ACTION_API_CALL, "extension.connect"); in TEST_F()
37 "id", base::Time::Now(), Action::ACTION_API_CALL, "tabs.executeScript"); in TEST_F()
170 ext_b, base::Time::Now(), Action::ACTION_API_CALL, "tabs.executeScript"); in TEST_F()
Dactivity_log_unittest.cc211 Action::ACTION_API_CALL, in TEST_F()
328 Action::ACTION_API_CALL, in TEST_F()
362 Action::ACTION_API_CALL, in TEST_F()
Dactivity_database_unittest.cc139 new Action("punky", time, Action::ACTION_API_CALL, api_name)); in CreateAction()
280 "punky", base::Time::Now(), Action::ACTION_API_CALL, "brewster"); in TEST_F()
Dactivity_actions.h38 ACTION_API_CALL = 0, enumerator
Dactivity_actions.cc209 case ACTION_API_CALL: in ConvertToExtensionActivity()
310 case ACTION_API_CALL: in PrintForDebug()
Duma_policy.cc108 } else if (action->action_type() == Action::ACTION_API_CALL && in MatchActionToStatus()
/external/chromium_org/chrome/browser/extensions/api/activity_log_private/
Dactivity_log_private_api.cc106 Action::ActionType action_type = Action::ACTION_API_CALL; in RunAsync()
109 action_type = Action::ACTION_API_CALL; in RunAsync()
Dactivity_log_private_api_unittest.cc33 Action::ACTION_API_CALL, in TEST_F()
/external/chromium_org/chrome/browser/renderer_host/
Dchrome_extension_message_filter.cc297 extension_id, base::Time::Now(), extensions::Action::ACTION_API_CALL, in OnAddAPIActionToExtensionActivityLog()