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

  /external/chromium_org/chrome_frame/
chrome_frame_delegate.cc 68 IPC_MESSAGE_HANDLER(AutomationMsg_RequestRead, OnRequestRead)
chrome_frame_delegate.h 112 virtual void OnRequestRead(int request_id, int bytes_to_read) {}
  /external/chromium_org/chrome_frame/test/
automation_client_mock.h 57 MOCK_METHOD2(OnRequestRead, void(int request_id, int bytes_to_read));

Completed in 34 milliseconds