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

  /external/chromium_org/chrome_frame/test/
url_request_test.cc 46 MOCK_METHOD2(OnResponseEnd, void(int request_id,
100 EXPECT_CALL(mock, OnResponseEnd(1, testing::_))
144 EXPECT_CALL(mock, OnResponseEnd(1, testing::_))
184 EXPECT_CALL(mock, OnResponseEnd(1, testing::Property(
227 EXPECT_CALL(mock, OnResponseEnd(1, testing::_)).Times(0);
232 EXPECT_CALL(mock, OnResponseEnd(1, testing::Property(
278 EXPECT_CALL(mock, OnResponseEnd(1, testing::_))
315 EXPECT_CALL(mock, OnResponseEnd(1, testing::_))
automation_client_mock.h 76 request_delegate_->OnResponseEnd(request_id, status);
  /external/chromium_org/chrome_frame/
plugin_url_request.h 34 virtual void OnResponseEnd(int request_id,
urlmon_url_request.h 97 virtual void OnResponseEnd(int request_id,
chrome_frame_automation.h 454 virtual void OnResponseEnd(int request_id,
urlmon_url_request.cc 879 delegate->OnResponseEnd(id(), result);
    [all...]
chrome_frame_automation.cc     [all...]

Completed in 47 milliseconds