OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:parent_app
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/renderer/extensions/
app_bindings.cc
176
const Extension*
parent_app
= extensions->GetHostedAppByURL(
local
183
if (!this_app || !
parent_app
) {
190
if (dispatcher_->IsExtensionActive(
parent_app
->id())) {
191
if (
parent_app
== this_app)
195
} else if (
parent_app
== this_app) {
Completed in 85 milliseconds