HomeSort by relevance Sort by last modified time
    Searched refs:extension_host_type_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/extensions/browser/
extension_host.cc 127 extension_host_type_(host_type) {
152 if (extension_host_type_ == VIEW_TYPE_EXTENSION_BACKGROUND_PAGE &&
208 DCHECK(extension_host_type_ == VIEW_TYPE_EXTENSION_BACKGROUND_PAGE);
270 if (extension_host_type_ == VIEW_TYPE_EXTENSION_BACKGROUND_PAGE) {
278 } else if (extension_host_type_ == VIEW_TYPE_EXTENSION_DIALOG) {
281 } else if (extension_host_type_ == VIEW_TYPE_EXTENSION_POPUP) {
284 } else if (extension_host_type_ == VIEW_TYPE_EXTENSION_INFOBAR) {
299 DCHECK(extension_host_type_ == VIEW_TYPE_EXTENSION_BACKGROUND_PAGE);
313 DCHECK(extension_host_type_ == VIEW_TYPE_EXTENSION_BACKGROUND_PAGE);
extension_host.h 67 ViewType extension_host_type() const { return extension_host_type_; }
180 ViewType extension_host_type_; member in class:extensions::ExtensionHost

Completed in 2446 milliseconds