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

  /external/chromium/chrome/browser/automation/
chrome_frame_automation_provider.h 22 class ChromeFrameAutomationProvider : public AutomationProvider {
24 explicit ChromeFrameAutomationProvider(Profile* profile);
37 DISALLOW_COPY_AND_ASSIGN(ChromeFrameAutomationProvider);
chrome_frame_automation_provider.cc 12 ChromeFrameAutomationProvider::ChromeFrameAutomationProvider(Profile* profile)
15 bool ChromeFrameAutomationProvider::OnMessageReceived(
24 void ChromeFrameAutomationProvider::OnUnhandledMessage(
31 bool ChromeFrameAutomationProvider::IsValidMessage(uint32 type) {

Completed in 46 milliseconds