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

  /external/chromium_org/chrome/renderer/extensions/
app_bindings.cc 181 const Extension* this_app = extensions->GetHostedAppByURL( local
184 if (!this_app || !parent_app) {
192 if (parent_app == this_app)
196 } else if (parent_app == this_app) {

Completed in 53 milliseconds