Home | History | Annotate | Download | only in instant

Lines Matching full:preview

43   // Invoked to load a URL. |tab_contents| is the TabContents the preview is
55 // remembered until the preview is committed or destroyed. This is only used
59 // Returns true if the mouse is down as the result of activating the preview
63 // Releases the preview TabContents passing ownership to the caller. This is
64 // intended to be called when the preview TabContents is committed. This does
77 // The preview TabContents; may be null.
82 // Returns true if the preview TabContents is ready to be shown.
124 // Invoked to show the preview. This is invoked in two possible cases: when
126 // delegate the preview is ready to be shown.
132 // Returns the bounds of the omnibox in terms of the preview tab contents.
135 // Are we waiting for the preview page to finish loading?
153 // Creates and sets the preview TabContentsWrapper.
165 // Delegate of the preview TabContents. Used to detect when the user does some
166 // gesture on the TabContents and the preview needs to be activated.
169 // The preview TabContents; may be null.