Searched defs:infobars (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/infobars/
H A Dinfobar_container_controller.h31 namespace infobars { namespace
36 }; // namespace infobars
43 // adding/removing infobars when needed.
47 // Needed to send resize messages when infobars are added or removed.
50 // The TabContents we are currently showing infobars for.
68 // Informs the selected TabContents that the infobars for the given
85 // Modifies this container to display infobars for the given
88 // infobars, removes them first and deregisters for any
89 // notifications. |contents| can be NULL, in which case no infobars
94 // Forwarded by BWC. Removes all infobars an
[all...]
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc2327 ListValue* infobars = new ListValue; local
2370 infobars->Append(infobar_item);
2372 return infobars;
2541 tab->Set("infobars", GetInfobarsInfo(tc));

Completed in 75 milliseconds