Home | History | Annotate | Download | only in filters

Lines Matching refs:app_

149         app_(app) {}
155 // Callbacks for firing session events. Delegate to |app_|.
159 app_->OnSessionMessage(web_session_id, message, destination_url);
163 app_->OnSessionClosed(web_session_id);
168 app_->OnSessionKeysChange(web_session_id, has_additional_usable_key);
175 app_->OnSessionError(
181 app_->NeedKey(type, init_data, &decryptor_);
186 scoped_ptr<AppBase> app_;