OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_delegate
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/
pdf_unsupported_feature.cc
135
InfoBarDelegate*
new_delegate
) {
151
if (
new_delegate
) {
153
tab->ReplaceInfoBar(old_delegate,
new_delegate
);
155
tab->AddInfoBar(
new_delegate
);
/external/chromium/chrome/browser/extensions/
extension_install_ui.cc
254
InfoBarDelegate*
new_delegate
= GetNewThemeInstalledInfoBarDelegate(
local
258
tab_contents->ReplaceInfoBar(old_delegate,
new_delegate
);
260
tab_contents->AddInfoBar(
new_delegate
);
/external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_container_controller.mm
211
with:(InfoBarDelegate*)
new_delegate
{
213
[self addInfoBar:
new_delegate
animate:NO];
infobar_container_controller.h
123
with:(InfoBarDelegate*)
new_delegate
;
/external/chromium/chrome/browser/tab_contents/
tab_contents.h
515
InfoBarDelegate*
new_delegate
);
[
all
...]
Completed in 83 milliseconds