OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:old_delegate
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/web_contents/
opened_by_dom_browsertest.cc
52
WebContentsDelegate*
old_delegate
= web_contents->GetDelegate();
local
66
web_contents->SetDelegate(
old_delegate
);
/external/chromium_org/content/browser/
plugin_browsertest.cc
558
ResourceDispatcherHostDelegate*
old_delegate
=
local
564
ResourceDispatcherHostImpl::Get()->SetDelegate(
old_delegate
);
cross_site_transfer_browsertest.cc
434
WebContentsDelegate*
old_delegate
= shell()->web_contents()->GetDelegate();
local
460
shell()->web_contents()->SetDelegate(
old_delegate
);
/external/chromium_org/components/translate/core/browser/
translate_infobar_delegate.cc
89
TranslateInfoBarDelegate*
old_delegate
= NULL;
local
92
old_delegate
= old_infobar->delegate()->AsTranslateInfoBarDelegate();
93
if (
old_delegate
) {
103
translate_manager, is_off_the_record, step,
old_delegate
,
106
if (
old_delegate
)
317
TranslateInfoBarDelegate*
old_delegate
,
335
if (
old_delegate
&& (
old_delegate
->is_error() != is_error()))
Completed in 423 milliseconds