Searched defs:restored (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Din_memory_url_index.h109 // data cannot be restored from its cache file then it is rebuilt from the
142 bool restored() const { function in class:history::InMemoryURLIndex
217 // Callback function that sets the private data from the just-restored-from-
/external/chromium_org/chrome/browser/sessions/
H A Dsession_restore_browsertest.cc196 // Verifies that restored tabs have a root window. This is important
213 Browser* restored = QuitBrowserAndRestore(browser(), 3); local
214 TabStripModel* tab_strip_model = restored->tab_strip_model();
218 // Check the restored tabs have a root window.
228 // Verify that restored tabs have correct disposition. Only one tab should
245 Browser* restored = QuitBrowserAndRestore(browser(), 3); local
252 // There should be 3 restored tabs in the new browser.
253 TabStripModel* tab_strip_model = restored->tab_strip_model();
309 // Test that maximized applications get restored maximized.
453 // Make sure that the restored ta
[all...]
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_browsertest.cc232 // Verify panel is restored to its original size.
243 // Hover again on the last panel which is now restored, to reset the
547 gfx::Rect restored = panel->GetRestoredBounds(); local
548 EXPECT_EQ(bounds.x(), restored.x());
549 EXPECT_GT(bounds.y(), restored.y());
550 EXPECT_EQ(bounds.width(), restored.width());
551 EXPECT_LT(bounds.height(), restored.height());
556 restored = panel->GetRestoredBounds();
557 EXPECT_EQ(bounds.x(), restored.x());
558 EXPECT_GT(bounds.y(), restored
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_unittest.cc828 // It should have sent out a restored message with a request to paint.
829 const IPC::Message* restored = process_->sink().GetUniqueMessageMatching( local
831 ASSERT_TRUE(restored);
833 ViewMsg_WasShown::Read(restored, &needs_repaint);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar ... io.IOException java.util.Set unrestorable boolean restored private void logUnrestorables (java.util.Set) java. ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 383 milliseconds