Home | History | Annotate | Download | only in notifications

Lines Matching defs:BalloonHost

27 BalloonHost::BalloonHost(Balloon* balloon)
48 void BalloonHost::Shutdown() {
56 Browser* BalloonHost::GetBrowser() {
61 gfx::NativeView BalloonHost::GetNativeViewOfHost() {
66 TabContents* BalloonHost::associated_tab_contents() const { return NULL; }
68 const string16& BalloonHost::GetSource() const {
72 WebPreferences BalloonHost::GetWebkitPrefs() {
80 SiteInstance* BalloonHost::GetSiteInstance() const {
84 Profile* BalloonHost::GetProfile() const {
88 const GURL& BalloonHost::GetURL() const {
92 void BalloonHost::Close(RenderViewHost* render_view_host) {
97 void BalloonHost::RenderViewCreated(RenderViewHost* render_view_host) {
109 void BalloonHost::RenderViewReady(RenderViewHost* render_view_host) {
113 Source<BalloonHost>(this), NotificationService::NoDetails());
116 void BalloonHost::RenderViewGone(RenderViewHost* render_view_host,
122 int BalloonHost::GetBrowserWindowID() const {
126 ViewType::Type BalloonHost::GetRenderViewType() const {
130 RenderViewHostDelegate::View* BalloonHost::GetViewDelegate() {
134 void BalloonHost::ProcessWebUIMessage(
143 void BalloonHost::CreateNewWindow(
157 void BalloonHost::ShowCreatedWindow(int route_id,
175 bool BalloonHost::PreHandleKeyboardEvent(const NativeWebKeyboardEvent& event,
180 void BalloonHost::UpdatePreferredSize(const gfx::Size& new_size) {
184 void BalloonHost::HandleMouseDown() {
188 RendererPreferences BalloonHost::GetRendererPrefs(Profile* profile) const {
194 void BalloonHost::Init() {
231 void BalloonHost::EnableWebUI() {
237 void BalloonHost::UpdateInspectorSetting(const std::string& key,
243 void BalloonHost::ClearInspectorSettings() {
247 void BalloonHost::Observe(NotificationType type,
257 BalloonHost::~BalloonHost() {
261 void BalloonHost::NotifyDisconnect() {
268 Source<BalloonHost>(this), NotificationService::NoDetails());