Home
last modified time | relevance | path

Searched refs:api_function_ (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/notifications/
Dnotifications_api.cc144 : api_function_(api_function), in NotificationsApiDelegate()
150 DCHECK(api_function_.get()); in NotificationsApiDelegate()
151 if (api_function_->render_view_host()) in NotificationsApiDelegate()
201 if (!api_function_.get()) in GetWebContents()
203 content::RenderViewHost* rvh = api_function_->render_view_host(); in GetWebContents()
210 api_function_ = NULL; in ReleaseRenderViewHost()
231 scoped_refptr<ChromeAsyncExtensionFunction> api_function_; member in extensions::__anon18204ae70111::NotificationsApiDelegate