OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_window_contents_delegate_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/athena/extensions/
athena_app_delegate_base.h
40
scoped_ptr<NewActivityContentsDelegate>
new_window_contents_delegate_
;
member in class:athena::AthenaAppDelegateBase
athena_app_delegate_base.cc
55
:
new_window_contents_delegate_
(new NewActivityContentsDelegate) {
83
new_contents->SetDelegate(
new_window_contents_delegate_
.get());
/external/chromium_org/chrome/browser/ui/apps/
chrome_app_delegate.h
79
scoped_ptr<NewWindowContentsDelegate>
new_window_contents_delegate_
;
member in class:ChromeAppDelegate
chrome_app_delegate.cc
154
new_window_contents_delegate_
(new NewWindowContentsDelegate()) {
211
new_contents->SetDelegate(
new_window_contents_delegate_
.get());
Completed in 821 milliseconds