OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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) {
151
if (
extension_host_type_
== VIEW_TYPE_EXTENSION_BACKGROUND_PAGE &&
207
DCHECK(
extension_host_type_
== VIEW_TYPE_EXTENSION_BACKGROUND_PAGE);
269
if (
extension_host_type_
== VIEW_TYPE_EXTENSION_BACKGROUND_PAGE) {
277
} else if (
extension_host_type_
== VIEW_TYPE_EXTENSION_DIALOG) {
280
} else if (
extension_host_type_
== VIEW_TYPE_EXTENSION_POPUP) {
283
} else if (
extension_host_type_
== VIEW_TYPE_EXTENSION_INFOBAR) {
298
DCHECK(
extension_host_type_
== VIEW_TYPE_EXTENSION_BACKGROUND_PAGE);
312
DCHECK(
extension_host_type_
== VIEW_TYPE_EXTENSION_BACKGROUND_PAGE);
extension_host.h
67
ViewType extension_host_type() const { return
extension_host_type_
; }
176
ViewType
extension_host_type_
;
member in class:extensions::ExtensionHost
Completed in 585 milliseconds