Searched refs:DidLoadAndLocalizeFile (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/
H A Dexecute_code_function.h50 // localizes the CSS data. Calls back DidLoadAndLocalizeFile on the UI thread.
58 void DidLoadAndLocalizeFile(bool success, const std::string& data);
H A Dexecute_code_function.cc44 DidLoadAndLocalizeFile(success, data);
64 // Call back DidLoadAndLocalizeFile on the UI thread. The success parameter
69 base::Bind(&ExecuteCodeFunction::DidLoadAndLocalizeFile, this,
73 void ExecuteCodeFunction::DidLoadAndLocalizeFile(bool success, function in class:extensions::ExecuteCodeFunction

Completed in 46 milliseconds