OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pending_entry_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/frame_host/
navigation_controller_impl.cc
201
pending_entry_
(NULL),
285
if (IsInitialNavigation() &&
pending_entry_
) {
286
entry =
pending_entry_
;
351
pending_entry_
= nav_entry;
353
pending_entry_
= entry;
360
pending_entry_
->SetTitle(base::string16());
362
pending_entry_
->SetTransitionType(PAGE_TRANSITION_RELOAD);
403
pending_entry_
= entry;
413
if (
pending_entry_
)
414
return
pending_entry_
;
[
all
...]
navigation_controller_impl.h
340
NavigationEntryImpl*
pending_entry_
;
member in class:content::NavigationControllerImpl
345
// index of pending entry if it is in entries_, or -1 if
pending_entry_
is a
Completed in 25 milliseconds