Searched defs:on_page_id (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/
H A Dexecute_code_function.cc173 int32 on_page_id,
171 OnExecuteCodeFinished( const std::string& error, int32 on_page_id, const GURL& on_url, const base::ListValue& result) argument
/external/chromium_org/chrome/browser/extensions/api/webview/
H A Dwebview_api.cc72 int32 on_page_id,
78 WebviewExecuteCodeFunction::OnExecuteCodeFinished(error, on_page_id, on_url,
70 OnExecuteCodeFinished( const std::string& error, int32 on_page_id, const GURL& on_url, const base::ListValue& result) argument
/external/chromium_org/chrome/browser/extensions/
H A Dscript_executor.cc76 int32 on_page_id,
85 on_page_id,
89 callback_.Run(error, on_page_id, on_url, script_result);
74 OnExecuteCodeFinished(int request_id, const std::string& error, int32 on_page_id, const GURL& on_url, const base::ListValue& script_result) argument
H A Dscript_badge_controller.cc141 int32 on_page_id,
144 if (on_page_id != current_page_id)
152 on_page_id,
138 OnScriptsExecuted( const content::WebContents* web_contents, const ExecutingScriptsMap& extension_ids, int32 on_page_id, const GURL& on_url) argument
H A Dtab_helper.cc333 int32 on_page_id,
338 on_page_id,
331 OnContentScriptsExecuting( const ScriptExecutionObserver::ExecutingScriptsMap& executing_scripts_map, int32 on_page_id, const GURL& on_url) argument
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_log.cc386 int32 on_page_id,
383 OnScriptsExecuted( const content::WebContents* web_contents, const ExecutingScriptsMap& extension_ids, int32 on_page_id, const GURL& on_url) argument
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_api.cc1451 int32 on_page_id,
2028 int32 on_page_id,
2033 ExecuteCodeInTabFunction::OnExecuteCodeFinished(error, on_page_id, on_url,
1449 OnExecuteCodeFinished( const std::string& error, int32 on_page_id, const GURL& url, const base::ListValue& script_result) argument
2026 OnExecuteCodeFinished( const std::string& error, int32 on_page_id, const GURL& on_url, const base::ListValue& result) argument

Completed in 235 milliseconds