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

  /external/chromium_org/ui/base/
base_window.cc 9 bool BaseWindow::IsRestored(const BaseWindow& window) {
base_window.h 38 static bool IsRestored(const BaseWindow& window);
  /external/chromium_org/content/public/browser/
navigation_entry.h 219 virtual bool IsRestored() const = 0;
  /external/chromium_org/content/browser/frame_host/
navigation_entry_impl_unittest.cc 178 EXPECT_FALSE(entry1_->IsRestored());
180 EXPECT_FALSE(entry2_->IsRestored());
185 EXPECT_TRUE(entry2_->IsRestored());
navigation_entry_impl.cc 301 bool NavigationEntryImpl::IsRestored() const {
navigation_entry_impl.h 91 virtual bool IsRestored() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/ash/
accelerator_commands_browsertest.cc 255 return ui::BaseWindow::IsRestored(*app_window->GetBaseWindow());
  /external/chromium_org/components/sessions/
serialized_navigation_entry.cc 52 navigation.is_restored_ = entry.IsRestored();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windowsx.h16 74 #define IsRestored(hwnd) ((GetWindowStyle(hwnd) & (WS_MINIMIZE | WS_MAXIMIZE))==0L)
    [all...]
windowsx.h 61 #define IsRestored(hwnd) (!(GetWindowStyle(hwnd) & (WS_MINIMIZE | WS_MAXIMIZE)))
    [all...]

Completed in 1124 milliseconds