HomeSort by relevance Sort by last modified time
    Searched full:navigation_result (Results 1 - 7 of 7) 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 351 AutomationMsg_NavigationResponseValues navigation_result) {
354 if (navigation_result == AUTOMATION_MSG_NAVIGATION_SUCCESS) {
356 dict.SetInteger("result", navigation_result);
362 "Navigation failed with error code=%d.", navigation_result));
366 reply_message_.get(), navigation_result);
    [all...]
automation_provider_observers.h 216 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...]
  /external/chromium_org/chrome_frame/test/reliability/
page_load_test.cc 248 // <url> <navigation_result> <browser_crash_count> <renderer_crash_count>

Completed in 505 milliseconds