HomeSort by relevance Sort by last modified time
    Searched full:api_function_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc 144 : api_function_(api_function),
150 DCHECK(api_function_.get());
151 if (api_function_->render_view_host())
197 // We're holding a reference to api_function_, so we know it'll be valid
198 // until ReleaseRVH is called, and api_function_ (as a
201 if (!api_function_.get())
203 content::RenderViewHost* rvh = api_function_->render_view_host();
210 api_function_ = NULL;
231 scoped_refptr<ChromeAsyncExtensionFunction> api_function_; member in class:extensions::__anon8329::NotificationsApiDelegate

Completed in 47 milliseconds