HomeSort by relevance Sort by last modified time
    Searched defs:RunImpl (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium/chrome/browser/extensions/
extension_clipboard_api.cc 20 bool ClipboardFunction::RunImpl() {
37 return RunImpl(render_view_host);
40 bool ExecuteCopyClipboardFunction::RunImpl(RenderViewHost* render_view_host) {
45 bool ExecuteCutClipboardFunction::RunImpl(RenderViewHost* render_view_host) {
50 bool ExecutePasteClipboardFunction::RunImpl(RenderViewHost* render_view_host) {
extension_module.cc 17 bool SetUpdateUrlDataFunction::RunImpl() {
25 bool IsAllowedIncognitoAccessFunction::RunImpl() {
34 bool IsAllowedFileSchemeAccessFunction::RunImpl() {
extension_i18n_api.cc 16 bool GetAcceptLanguagesFunction::RunImpl() {
extension_infobar_module.cc 26 bool ShowInfoBarFunction::RunImpl() {
extension_rlz_apitest.cc 17 virtual bool RunImpl();
29 bool MockRlzSendFinancialPingFunction::RunImpl() {
30 EXPECT_TRUE(RlzSendFinancialPingFunction::RunImpl());
extension_browser_actions_api.cc 23 bool BrowserActionFunction::RunImpl() {
extension_info_private_api_chromeos.cc 31 bool GetChromeosInfoFunction::RunImpl() {
extension_metrics_module.cc 36 bool MetricsSetEnabledFunction::RunImpl() {
49 bool MetricsGetEnabledFunction::RunImpl() {
55 bool MetricsRecordUserActionFunction::RunImpl() {
97 bool MetricsRecordValueFunction::RunImpl() {
121 bool MetricsRecordPercentageFunction::RunImpl() {
128 bool MetricsRecordCountFunction::RunImpl() {
135 bool MetricsRecordSmallCountFunction::RunImpl() {
142 bool MetricsRecordMediumCountFunction::RunImpl() {
149 bool MetricsRecordTimeFunction::RunImpl() {
157 bool MetricsRecordMediumTimeFunction::RunImpl() {
    [all...]
extension_rlz_module.cc 73 bool RlzRecordProductEventFunction::RunImpl() {
98 bool RlzGetAccessPointRlzFunction::RunImpl() {
116 bool RlzSendFinancialPingFunction::RunImpl() {
177 bool RlzClearProductStateFunction::RunImpl() {
execute_code_in_tab_function.cc 37 bool ExecuteCodeInTabFunction::RunImpl() {
142 Release(); // Balance the AddRef taken in RunImpl
extension_accessibility_api.cc 192 bool SetAccessibilityEnabledFunction::RunImpl() {
200 bool GetFocusedControlFunction::RunImpl() {
extension_idle_api.cc 137 bool ExtensionIdleQueryStateFunction::RunImpl() {
extension_page_actions_module.cc 131 bool EnablePageActionFunction::RunImpl() {
135 bool DisablePageActionFunction::RunImpl() {
139 bool PageActionShowFunction::RunImpl() {
143 bool PageActionHideFunction::RunImpl() {
147 bool PageActionSetIconFunction::RunImpl() {
183 bool PageActionSetTitleFunction::RunImpl() {
200 bool PageActionSetPopupFunction::RunImpl() {
225 bool PageActionSetBadgeBackgroundColorFunction::RunImpl() {
251 bool PageActionSetBadgeTextColorFunction::RunImpl() {
277 bool PageActionSetBadgeTextFunction::RunImpl() {
    [all...]
extension_processes_api.cc 159 bool GetProcessIdForTabFunction::RunImpl() {
extension_test_api.cc 28 bool ExtensionTestPassFunction::RunImpl() {
38 bool ExtensionTestFailFunction::RunImpl() {
50 bool ExtensionTestLogFunction::RunImpl() {
58 bool ExtensionTestQuotaResetFunction::RunImpl() {
69 bool ExtensionTestCreateIncognitoTabFunction::RunImpl() {
76 bool ExtensionTestSendMessageFunction::RunImpl() {
91 Release(); // balanced in RunImpl
112 bool ExtensionTestGetConfigFunction::RunImpl() {
extension_context_menu_api.cc 207 bool CreateContextMenuFunction::RunImpl() {
272 bool UpdateContextMenuFunction::RunImpl() {
339 bool RemoveContextMenuFunction::RunImpl() {
356 bool RemoveAllContextMenusFunction::RunImpl() {
extension_input_api.cc 56 SendResponse(RunImpl());
76 bool SendKeyboardEventInputFunction::RunImpl() {
extension_sidebar_api.cc 90 bool SidebarFunction::RunImpl() {
132 return RunImpl(tab_contents->tab_contents(), content_id, *details);
136 bool CollapseSidebarFunction::RunImpl(TabContents* tab,
143 bool ExpandSidebarFunction::RunImpl(TabContents* tab,
156 bool GetStateSidebarFunction::RunImpl(TabContents* tab,
197 bool HideSidebarFunction::RunImpl(TabContents* tab,
204 bool NavigateSidebarFunction::RunImpl(TabContents* tab,
219 bool SetBadgeTextSidebarFunction::RunImpl(TabContents* tab,
229 bool SetIconSidebarFunction::RunImpl(TabContents* tab,
243 bool SetTitleSidebarFunction::RunImpl(TabContents* tab
    [all...]
extension_bookmark_manager_api.cc 222 bool CopyBookmarkManagerFunction::RunImpl() {
226 bool CutBookmarkManagerFunction::RunImpl() {
232 bool PasteBookmarkManagerFunction::RunImpl() {
261 bool CanPasteBookmarkManagerFunction::RunImpl() {
276 bool SortChildrenBookmarkManagerFunction::RunImpl() {
289 bool BookmarkManagerGetStringsFunction::RunImpl() {
360 bool StartDragBookmarkManagerFunction::RunImpl() {
382 bool DropBookmarkManagerFunction::RunImpl() {
435 bool GetSubtreeBookmarkManagerFunction::RunImpl() {
extension_cookies_api.cc 180 bool GetCookieFunction::RunImpl() {
246 bool GetAllCookiesFunction::RunImpl() {
305 bool SetCookieFunction::RunImpl() {
412 bool RemoveCookieFunction::RunImpl() {
468 bool GetAllCookieStoresFunction::RunImpl() {
513 SendResponse(RunImpl());
extension_debugger_api.cc 286 bool AttachDebuggerFunction::RunImpl() {
312 bool DetachDebuggerFunction::RunImpl() {
328 bool SendRequestDebuggerFunction::RunImpl() {
extension_history_api.cc 156 if (!RunImpl()) {
201 bool HistoryFunctionWithCallback::RunImpl() {
219 Release(); // Balanced in RunImpl().
309 bool AddUrlHistoryFunction::RunImpl() {
327 bool DeleteUrlHistoryFunction::RunImpl() {
extension_management_api.cc 138 bool GetAllExtensionsFunction::RunImpl() {
148 bool GetExtensionByIdFunction::RunImpl() {
166 bool LaunchAppFunction::RunImpl() {
195 bool SetEnabledFunction::RunImpl() {
226 bool UninstallFunction::RunImpl() {
extension_omnibox_api.cc 110 bool OmniboxSendSuggestionsFunction::RunImpl() {
147 bool OmniboxSetDefaultSuggestionFunction::RunImpl() {
extension_tts_api.cc 343 bool ExtensionTtsSpeakFunction::RunImpl() {
362 Release(); // Balanced in RunImpl().
365 bool ExtensionTtsStopSpeakingFunction::RunImpl() {
370 bool ExtensionTtsIsSpeakingFunction::RunImpl() {
376 bool ExtensionTtsSpeakCompletedFunction::RunImpl() {

Completed in 86 milliseconds

1 2