HomeSort by relevance Sort by last modified time
    Searched defs:AwMainDelegate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/android_webview/lib/main/
aw_main_delegate.h 26 class AwMainDelegate : public content::ContentMainDelegate,
29 AwMainDelegate();
30 virtual ~AwMainDelegate();
63 DISALLOW_COPY_AND_ASSIGN(AwMainDelegate);
aw_main_delegate.cc 37 // resolved - http://crbug.com/240453. See AwMainDelegate::RunProcess below.
43 AwMainDelegate::AwMainDelegate()
47 AwMainDelegate::~AwMainDelegate() {
50 bool AwMainDelegate::BasicStartupComplete(int* exit_code) {
99 void AwMainDelegate::PreSandboxStartup() {
109 void AwMainDelegate::SandboxInitialized(const std::string& process_type) {
113 int AwMainDelegate::RunProcess(
134 void AwMainDelegate::ProcessExiting(const std::string& process_type)
    [all...]

Completed in 78 milliseconds