Home | History | Annotate | Download | only in stub

Lines Matching refs:cf

10 goog.provide('google.cf.installer.InlineDelegate');
14 goog.require('google.cf.installer.InteractionDelegate');
15 goog.require('google.cf.installer.frame');
21 * @implements {google.cf.installer.InteractionDelegate}
23 google.cf.installer.InlineDelegate = function(args) {
34 google.cf.installer.InlineDelegate.styleInjected_ = false;
40 google.cf.installer.InlineDelegate.injectCss_ = function() {
41 if (google.cf.installer.InlineDelegate.styleInjected_)
53 google.cf.installer.InlineDelegate.styleInjected_ = true;
59 google.cf.installer.InlineDelegate.prototype.getIFrameContainer = function() {
62 google.cf.installer.InlineDelegate.injectCss_();
63 return google.cf.installer.frame.getParentNode(this.args_);
69 google.cf.installer.InlineDelegate.prototype.customizeIFrame =
71 google.cf.installer.frame.setProperties(iframe, this.args_);
77 google.cf.installer.InlineDelegate.prototype.show = function() {
84 google.cf.installer.InlineDelegate.prototype.reset =