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

  /external/chromium_org/content/browser/frame_host/
navigation_controller_delegate.h 59 virtual void UpdateMaxPageID(int32 page_id) = 0;
navigation_controller_impl.cc     [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc 402 // Test to ensure UpdateMaxPageID is working properly.
403 TEST_F(WebContentsImplTest, UpdateMaxPageID) {
413 contents()->UpdateMaxPageID(3);
414 contents()->UpdateMaxPageID(1);
    [all...]
web_contents_impl.h 615 virtual void UpdateMaxPageID(int32 page_id) OVERRIDE;
    [all...]
web_contents_impl.cc     [all...]

Completed in 452 milliseconds