OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:restored_tab
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/sessions/
tab_restore_service_helper.cc
229
WebContents*
restored_tab
= NULL;
local
231
&
restored_tab
);
232
web_contents.push_back(
restored_tab
);
246
WebContents*
restored_tab
= delegate->AddRestoredTab(
local
256
if (
restored_tab
) {
257
restored_tab
->GetController().LoadIfNecessary();
259
web_contents.push_back(
restored_tab
);
274
WebContents*
restored_tab
= NULL;
local
276
&
restored_tab
);
277
web_contents.push_back(
restored_tab
);
[
all
...]
persistent_tab_restore_service_unittest.cc
341
const Tab*
restored_tab
=
local
344
ASSERT_EQ(3U,
restored_tab
->navigations.size());
346
restored_tab
->timestamp.ToInternalValue());
584
Tab*
restored_tab
=
local
587
restored_tab
->timestamp.ToInternalValue());
588
ASSERT_EQ(old_navigations.size(),
restored_tab
->navigations.size());
589
for (size_t i = 0; i <
restored_tab
->navigations.size(); ++i) {
591
restored_tab
->navigations[i].timestamp());
631
Tab*
restored_tab
=
local
633
ASSERT_EQ(old_navigations.size(),
restored_tab
->navigations.size())
[
all
...]
tab_restore_browsertest.cc
520
content::WebContents*
restored_tab
=
local
522
EnsureTabFinishedRestoring(
restored_tab
);
523
EXPECT_EQ(url1_,
restored_tab
->GetURL());
525
restored_tab
=
527
EnsureTabFinishedRestoring(
restored_tab
);
528
EXPECT_EQ(url2_,
restored_tab
->GetURL());
/external/chromium/chrome/browser/sessions/
tab_restore_service_browsertest.cc
259
const TabRestoreService::Tab*
restored_tab
=
local
262
ASSERT_EQ(3U,
restored_tab
->navigations.size());
264
restored_tab
->timestamp.ToInternalValue());
479
TabRestoreService::Tab*
restored_tab
=
local
482
restored_tab
->timestamp.ToInternalValue());
tab_restore_service.cc
352
TabContents*
restored_tab
=
local
360
if (
restored_tab
) {
361
restored_tab
->controller().LoadIfNecessary();
[
all
...]
Completed in 156 milliseconds