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

  /external/chromium_org/chrome_frame/test/
chrome_frame_automation_mock.cc 36 EXPECT_FALSE(mock_navigate.navigation_result());
chrome_frame_automation_mock.h 129 bool navigation_result() const { function in class:AutomationMockDelegate
198 if (navigation_result()) {
  /external/chromium_org/chrome/browser/automation/
automation_provider_observers.cc 350 AutomationMsg_NavigationResponseValues navigation_result) {
353 if (navigation_result == AUTOMATION_MSG_NAVIGATION_SUCCESS) {
355 dict.SetInteger("result", navigation_result);
361 "Navigation failed with error code=%d.", navigation_result));
365 reply_message_.get(), navigation_result);
    [all...]
automation_provider_observers.h 234 void ConditionMet(AutomationMsg_NavigationResponseValues navigation_result);
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider_observers.cc 297 AutomationMsg_NavigationResponseValues navigation_result) {
301 dict.SetInteger("result", navigation_result);
306 reply_message_.get(), navigation_result);
    [all...]
automation_provider_observers.h 171 void ConditionMet(AutomationMsg_NavigationResponseValues navigation_result);
    [all...]

Completed in 657 milliseconds