OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:preview_tab_contents_delegate_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/instant/
instant_loader.cc
677
preview_tab_contents_delegate_
->set_user_typed_before_load();
696
preview_tab_contents_delegate_
->PrepareForNewLoad();
724
preview_tab_contents_delegate_
->PrepareForNewLoad();
758
return
preview_tab_contents_delegate_
.get() &&
759
preview_tab_contents_delegate_
->is_mouse_down_from_activate();
790
preview_tab_contents_delegate_
->SetLastHistoryURLAndPrune(url);
792
preview_tab_contents_delegate_
->CommitHistory(template_url_id_ != 0);
[
all
...]
instant_loader.h
167
scoped_ptr<TabContentsDelegateImpl>
preview_tab_contents_delegate_
;
member in class:InstantLoader
Completed in 165 milliseconds