IsRestored        266 chrome/browser/ui/ash/accelerator_commands_browsertest.cc       return ui::BaseWindow::IsRestored(*app_window->GetBaseWindow());
IsRestored         52 components/sessions/serialized_navigation_entry.cc   navigation.is_restored_ = entry.IsRestored();
IsRestored         89 content/browser/frame_host/navigation_entry_impl.h   virtual bool IsRestored() const OVERRIDE;
IsRestored        178 content/browser/frame_host/navigation_entry_impl_unittest.cc   EXPECT_FALSE(entry1_->IsRestored());
IsRestored        180 content/browser/frame_host/navigation_entry_impl_unittest.cc   EXPECT_FALSE(entry2_->IsRestored());
IsRestored        185 content/browser/frame_host/navigation_entry_impl_unittest.cc   EXPECT_TRUE(entry2_->IsRestored());
IsRestored        214 content/public/browser/navigation_entry.h   virtual bool IsRestored() const = 0;
IsRestored         38 ui/base/base_window.h   static bool IsRestored(const BaseWindow& window);