Lines Matching refs:tab

18      * @param tab The notifying {@link Tab}.
20 void onDestroyed(Tab tab);
23 * Called when the tab content changes (to/from native pages or swapping native WebContents).
24 * @param tab The notifying {@link Tab}.
26 void onContentChanged(Tab tab);
30 * @param tab The notifying {@link Tab}.
39 void onLoadUrl(Tab tab, String url, int loadType);
43 * @param tab The notifying {@link Tab}.
45 void onFaviconUpdated(Tab tab);
49 * @param tab The notifying {@link Tab}.
51 void onTitleUpdated(Tab tab);
55 * @param tab The notifying {@link Tab}.
57 void onUrlUpdated(Tab tab);
61 * @param tab The notifying {@link Tab}.
63 void onSSLStateUpdated(Tab tab);
67 * @param tab The notifying {@link Tab}.
72 void onWebContentsSwapped(Tab tab, boolean didStartLoad, boolean didFinishLoad);
76 * @param tab The notifying {@link Tab}.
79 void onContextMenuShown(Tab tab, ContextMenu menu);
90 * @param tab The notifying {@link Tab}.
92 void onLoadStarted(Tab tab);
96 * @param tab The notifying {@link Tab}.
98 void onLoadStopped(Tab tab);
102 * @param tab The notifying {@link Tab}.
105 void onLoadProgressChanged(Tab tab, int progress);
109 * @param tab The notifying {@link Tab}.
112 void onUpdateUrl(Tab tab, String url);
116 * @param tab The notifying {@link Tab}.
119 void onToggleFullscreenMode(Tab tab, boolean enable);
125 * @param tab The notifying {@link Tab}.
133 Tab tab, boolean isProvisionalLoad, boolean isMainFrame, int errorCode,
138 * @param tab The notifying {@link Tab}.
148 Tab tab, long frameId, long parentFrameId, boolean isMainFrame, String validatedUrl,
154 * @param tab The notifying {@link Tab}.
163 public void onDidNavigateMainFrame(Tab tab, String url, String baseUrl,