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

1 2 3

  /external/chromium/chrome/browser/extensions/
extension_rlz_module.h 16 virtual bool RunImpl();
21 virtual bool RunImpl();
29 virtual bool RunImpl();
33 virtual bool RunImpl();
extension_clipboard_api.h 16 virtual bool RunImpl();
17 virtual bool RunImpl(RenderViewHost* render_view_host) = 0;
25 virtual bool RunImpl(RenderViewHost* render_view_host);
31 virtual bool RunImpl(RenderViewHost* render_view_host);
37 virtual bool RunImpl(RenderViewHost* render_view_host);
extension_module.h 15 virtual bool RunImpl();
24 virtual bool RunImpl();
30 virtual bool RunImpl();
extension_metrics_module.h 17 virtual bool RunImpl();
23 virtual bool RunImpl();
27 virtual bool RunImpl();
40 virtual bool RunImpl();
45 virtual bool RunImpl();
50 virtual bool RunImpl();
55 virtual bool RunImpl();
60 virtual bool RunImpl();
65 virtual bool RunImpl();
70 virtual bool RunImpl();
    [all...]
extension_i18n_api.h 13 virtual bool RunImpl();
extension_infobar_module.h 13 virtual bool RunImpl();
extension_page_actions_module.h 30 virtual bool RunImpl();
37 virtual bool RunImpl();
44 virtual bool RunImpl();
51 virtual bool RunImpl();
58 virtual bool RunImpl();
65 virtual bool RunImpl();
72 virtual bool RunImpl();
79 virtual bool RunImpl();
86 virtual bool RunImpl();
93 virtual bool RunImpl();
    [all...]
extension_input_api.h 19 virtual bool RunImpl() = 0;
29 virtual bool RunImpl();
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_management_api.h 23 virtual bool RunImpl();
29 virtual bool RunImpl();
35 virtual bool RunImpl();
41 virtual bool RunImpl();
47 virtual bool RunImpl();
extension_test_api.h 16 virtual bool RunImpl();
22 virtual bool RunImpl();
28 virtual bool RunImpl();
34 virtual bool RunImpl();
40 virtual bool RunImpl();
52 virtual bool RunImpl();
85 virtual bool RunImpl();
extension_tabs_module.h 55 virtual bool RunImpl();
60 virtual bool RunImpl();
65 virtual bool RunImpl();
70 virtual bool RunImpl();
75 virtual bool RunImpl();
80 virtual bool RunImpl();
85 virtual bool RunImpl();
92 virtual bool RunImpl();
97 virtual bool RunImpl();
102 virtual bool RunImpl();
    [all...]
extension_debugger_api.h 38 virtual bool RunImpl();
47 virtual bool RunImpl();
56 virtual bool RunImpl();
extension_bookmark_manager_api.h 61 virtual bool RunImpl();
70 virtual bool RunImpl();
79 virtual bool RunImpl();
89 virtual bool RunImpl();
99 virtual bool RunImpl();
109 virtual bool RunImpl();
119 virtual bool RunImpl();
127 virtual bool RunImpl();
137 virtual bool RunImpl();
extension_sidebar_api.h 37 virtual bool RunImpl();
39 virtual bool RunImpl(TabContents* tab,
46 virtual bool RunImpl(TabContents* tab,
54 virtual bool RunImpl(TabContents* tab,
62 virtual bool RunImpl(TabContents* tab,
70 virtual bool RunImpl(TabContents* tab,
78 virtual bool RunImpl(TabContents* tab,
86 virtual bool RunImpl(TabContents* tab,
94 virtual bool RunImpl(TabContents* tab,
102 virtual bool RunImpl(TabContents* tab
    [all...]
extension_webstore_private_api.h 39 virtual bool RunImpl();
94 virtual bool RunImpl();
116 virtual bool RunImpl();
121 virtual bool RunImpl();
126 virtual bool RunImpl();
131 virtual bool RunImpl();
151 virtual bool RunImpl();
extension_module.cc 17 bool SetUpdateUrlDataFunction::RunImpl() {
25 bool IsAllowedIncognitoAccessFunction::RunImpl() {
34 bool IsAllowedFileSchemeAccessFunction::RunImpl() {
extension_context_menu_api.h 64 virtual bool RunImpl();
70 virtual bool RunImpl();
76 virtual bool RunImpl();
82 virtual bool RunImpl();
extension_idle_api.h 26 virtual bool RunImpl();
extension_info_private_api_chromeos.h 19 virtual bool 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_bookmarks_module.h 82 virtual bool RunImpl() = 0;
105 virtual bool RunImpl() OVERRIDE;
113 virtual bool RunImpl() OVERRIDE;
121 virtual bool RunImpl() OVERRIDE;
129 virtual bool RunImpl() OVERRIDE;
137 virtual bool RunImpl() OVERRIDE;
150 virtual bool RunImpl() OVERRIDE;
167 virtual bool RunImpl() OVERRIDE;
180 virtual bool RunImpl() OVERRIDE;
192 virtual bool RunImpl();
    [all...]
extension_preference_api.h 66 virtual bool RunImpl();
73 virtual bool RunImpl();
80 virtual bool 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_history_api.h 64 virtual bool RunImpl() = 0;
84 // Override HistoryFunction::RunImpl.
85 virtual bool RunImpl();
122 virtual bool RunImpl();
138 virtual bool RunImpl();

Completed in 181 milliseconds

1 2 3