/external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/event_page/ |
sample.js | 6 function onClickHandler(info, tab) {
20 console.log("tab: " + JSON.stringify(tab));
|
/external/chromium/chrome/browser/resources/options/ |
content_settings.css | 56 #plugins-tab {
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_strip_controller.h | 36 // The interface for the tab strip controller's delegate. 57 // A class that handles managing the tab strip in a browser window. It uses 63 // http://www.chromium.org/developers/design-documents/tab-strip-mac 86 // Delegate that is informed about tab state changes. 89 // YES if the new tab button is currently displaying the hover image (if the 94 // for the toolbar and associated tab contents) given an index. Call 102 // An array of TabControllers which manage the actual tab views. See note 110 // These values are only used during a drag, and override tab positioning. 111 TabView* placeholderTab_; // weak. Tab being dragged 113 CGFloat placeholderStretchiness_; // Vertical force shown by streching tab [all...] |
/external/chromium_org/chrome/android/testshell/ |
testshell_tab.cc | 130 TestShellTab* tab = new TestShellTab( local 135 return reinterpret_cast<jint>(tab);
|
/external/chromium_org/chrome/browser/ |
file_select_helper.h | 40 static void RunFileChooser(content::WebContents* tab, 44 static void EnumerateDirectory(content::WebContents* tab,
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_strip_controller.h | 34 // The interface for the tab strip controller's delegate. 53 // A class that handles managing the tab strip in a browser window. It uses 59 // http://www.chromium.org/developers/design-documents/tab-strip-mac 78 // Delegate that is informed about tab state changes. 81 // YES if the new tab button is currently displaying the hover image (if the 86 // for the toolbar and associated tab contents) given an index. Call 94 // An array of TabControllers which manage the actual tab views. See note 102 // These values are only used during a drag, and override tab positioning. 103 TabView* placeholderTab_; // weak. Tab being dragged 105 NSRect droppedTabFrame_; // Initial frame of a dropped tab, for animation [all...] |
/external/chromium_org/chrome/browser/ui/fullscreen/ |
fullscreen_controller.cc | 94 // For now, avoid breaking when initiating full screen tab mode while in 96 // TODO(robertshield): Find a way to reconcile tab-initiated fullscreen 112 ToggleFullscreenModeInternal(TAB); 116 EnterFullscreenModeInternal(TAB); 124 // fullscreen to tab fullscreen will need to show different content. 132 // This is only a change between Browser and Tab fullscreen. We generate 139 ToggleFullscreenModeInternal(TAB); 150 // If currently there is a tab in "tab fullscreen" mode and fullscreen 153 // case, all we have to do is notifying the tab that it has exited "ta 471 WebContents* tab = fullscreened_tab_ ? fullscreened_tab_ : mouse_lock_tab_; local [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/ |
background.js | 9 return function(info, tab) {
|
/external/chromium_org/chrome_frame/ |
chrome_frame_automation.cc | 71 TabProxy* tab = static_cast<TabProxy*>(tracker_->GetResource( 74 if (tab) { 75 handled = tab->OnMessageReceived(message); 76 tab->Release(); 78 DLOG(ERROR) << "Failed to find TabProxy for tab:" << message.routing_id(); 89 TabProxy* tab = static_cast<TabProxy*>(tracker_->GetResource(*iter)); local 90 if (tab) { 91 tab->OnChannelError(); 92 tab->Release(); 582 // external chrome tab window is created as a child of this window. Thi [all...] |
/external/clang/test/CodeGen/ |
exprs.c | 112 struct S *tab[]; 116 foo(((void)1, x->c).tab[0]);
|
/external/e2fsprogs/lib/ss/ |
Makefile.in | 74 MKCMDSOBJS= mk_cmds.o utils.o options.o ct.tab.o cmd_tbl.lex.o 78 MKCMDSCSRCS= mk_cmds.c utils.c options.c ct.tab.c cmd_tbl.lex.c 112 ct.tab.c ct.tab.h: ct.y 113 $(RM) -f ct.tab.* y.* 115 $(MV) -f y.tab.c ct.tab.c 116 $(MV) -f y.tab.h ct.tab.h
|
/external/valgrind/main/VEX/priv/ |
host_generic_regs.h | 168 static inline void initHRegUsage ( HRegUsage* tab ) { 169 tab->n_used = 0;
|
/packages/apps/Browser/src/com/android/browser/ |
DeviceAccountLogin.java | 32 private final Tab mTab; 50 public DeviceAccountLogin(Activity activity, WebView view, Tab tab, 54 mTab = tab;
|
/external/chromium_org/chrome/browser/sessions/ |
tab_restore_browsertest.cc | 81 // Uses the undo-close-tab accelerator to undo a close-tab or close-window 82 // operation. The newly restored tab is expected to appear in the 85 // current windows, the restored tab is expected to be created in a new 103 // Restore the tab. 122 // Get a handle to the restored tab. 125 // Ensure that the tab and window are active. 138 void EnsureTabFinishedRestoring(content::WebContents* tab) { 139 content::NavigationController* controller = &tab->GetController(); 159 // Close the end tab in the current window, then restore it. The tab should b 382 content::WebContents* tab = local 544 content::WebContents* tab = browser()->tab_strip_model()->GetWebContentsAt(1); local 574 content::WebContents* tab = browser()->tab_strip_model()->GetWebContentsAt(1); local [all...] |
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
TitlesFragment.java | 237 public void onTabSelected(ActionBar.Tab tab, FragmentTransaction ft) { 240 titleFrag.populateTitles(tab.getPosition()); 249 public void onTabUnselected(ActionBar.Tab tab, FragmentTransaction ft) { 252 public void onTabReselected(ActionBar.Tab tab, FragmentTransaction ft) {
|
/external/bison/doc/ |
bison.x | 28 .BR parse.tab.cxx , 31 .B y.tab.c 35 .BR parse.tab.c .
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view.h | 40 // For use when switching tabs, this saves the current state onto the tab so 42 virtual void SaveStateToTab(TabContents* tab) = 0;
|
/external/chromium/chrome/browser/extensions/ |
extension_browsertests_misc.cc | 81 // Tests that we can load extension pages into the tab area and they can call 336 // sniff the type and display the subscribe page in another tab. 366 bool ValidatePageElement(TabContents* tab, 374 tab->render_view_host(), 406 TabContents* tab = browser->GetSelectedTabContents(); local 407 ASSERT_TRUE(ValidatePageElement(tab, 411 ASSERT_TRUE(ValidatePageElement(tab, 415 ASSERT_TRUE(ValidatePageElement(tab, 419 ASSERT_TRUE(ValidatePageElement(tab, 623 // Now the active tab in last active window should be the new tab 713 TabContents* tab = browser()->GetSelectedTabContents(); local 778 TabContents* tab = browser()->GetSelectedTabContents(); local [all...] |
/external/chromium/chrome/browser/sync/glue/ |
foreign_session_tracker.h | 42 // Attempts to look up the foreign tab associated with the given tag and tab 45 // - Sets tab to point to the SessionTab, and returns true. 47 // - Returns false, tab is set to NULL. 50 const SessionTab** tab); 90 // Datatypes for accessing foreign tab data. 95 // Per foreign client mapping of their tab id's to their SessionTab objects.
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
textinput_test_helper.cc | 186 content::WebContents* tab) { 189 tab, 203 tab->GetRenderViewHost()->ForwardMouseEvent(mouse_event); 206 tab->GetRenderViewHost()->ForwardMouseEvent(mouse_event);
|
textinput_test_helper.h | 62 static bool ClickElement(const std::string& id, content::WebContents* tab);
|
/external/chromium_org/chrome/browser/extensions/ |
app_process_apitest.cc | 83 // Test both opening a URL in a new tab, and opening a tab and then 101 LOG(INFO) << "New tab."; 111 // tab, we now have 3 tabs. The two app tabs should not be in the same 160 // Test both opening a URL in a new tab, and opening a tab and then navigating 186 LOG(INFO) << "New tab."; 195 // tab, we now have 4 tabs. Because the app_process app has the background 199 WebContents* tab = browser()->tab_strip_model()->GetWebContentsAt(1); local 201 EXPECT_EQ(tab->GetRenderProcessHost() 342 WebContents* tab = browser()->tab_strip_model()->GetWebContentsAt(1); local 662 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local [all...] |
/external/chromium_org/chrome/browser/history/ |
history_tab_helper.h | 56 virtual void WebContentsDestroyed(content::WebContents* tab) OVERRIDE;
|
/external/chromium_org/chrome/browser/tab_contents/ |
background_contents.h | 57 content::WebContents* tab) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/apps/ |
chrome_shell_window_delegate.h | 56 content::WebContents* tab,
|