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

  /external/chromium/chrome/browser/tab_contents/
tab_contents.h 262 void UpdateMaxPageID(int32 page_id);
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc 341 // Test to ensure UpdateMaxPageID is working properly.
342 TEST_F(WebContentsImplTest, UpdateMaxPageID) {
352 contents()->UpdateMaxPageID(3);
353 contents()->UpdateMaxPageID(1);
    [all...]
web_contents_impl.h 118 void UpdateMaxPageID(int32 page_id);
    [all...]
navigation_controller_impl.cc     [all...]
web_contents_impl.cc     [all...]

Completed in 68 milliseconds