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

  /external/chromium_org/android_webview/lib/main/
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...]
aw_main_delegate.h 26 class AwMainDelegate : public content::ContentMainDelegate,
29 AwMainDelegate();
30 virtual ~AwMainDelegate();
63 DISALLOW_COPY_AND_ASSIGN(AwMainDelegate);
webview_entry_point.cc 54 content::SetContentMainDelegate(new android_webview::AwMainDelegate());

Completed in 168 milliseconds