Searched defs:navigation_result (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome_frame/test/
H A Dchrome_frame_automation_mock.h129 bool navigation_result() const { function in class:AutomationMockDelegate
198 if (navigation_result()) {
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_observers.cc297 AutomationMsg_NavigationResponseValues navigation_result) {
301 dict.SetInteger("result", navigation_result);
306 reply_message_.get(), navigation_result);
296 ConditionMet( AutomationMsg_NavigationResponseValues navigation_result) argument
/external/chromium_org/chrome/browser/automation/
H A Dautomation_provider_observers.cc351 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);
350 ConditionMet( AutomationMsg_NavigationResponseValues navigation_result) argument

Completed in 80 milliseconds