/external/chromium_org/tools/perf/metrics/ |
memory.py | 17 def Start(self, page=None, tab=None): 21 def Stop(self, page=None, tab=None): 26 def AddResults(self, tab, results):
|
/external/openssl/crypto/bn/ |
bn_kron.c | 69 /* In 'tab', only odd-indexed entries are relevant: 71 * tab[BN_lsw(n) & 7] 75 static const int tab[8] = {0, 1, 0, -1, 0, -1, 0, 1}; local 124 ret = tab[BN_lsw(A) & 7]; 164 ret = ret * tab[BN_lsw(B) & 7];
|
/frameworks/rs/cpu_ref/linkloader/include/impl/ |
ELFSectionHeaderTable.hxx | 44 llvm::OwningPtr<ELFSectionHeaderTable> tab(new ELFSectionHeaderTable()); 64 tab->table.push_back(sh.take()); 67 return tab.take();
|
/external/chromium/chrome/browser/debugger/ |
devtools_remote_service.cc | 87 ListValue* tab = new ListValue(); local 88 tab->Append(Value::CreateIntegerValue( 90 tab->Append(Value::CreateStringValue(entry->url().spec())); 91 data->Append(tab);
|
/external/chromium/chrome/browser/safe_browsing/ |
client_side_detection_host.h | 30 // The caller keeps ownership of the tab object and is responsible for 32 explicit ClientSideDetectionHost(TabContents* tab);
|
/external/chromium/chrome/browser/sessions/ |
session_restore.h | 32 // If urls_to_open is non-empty, a tab is added for each of the URLs. 47 // restores the given session tab to a browser. 49 const SessionTab& tab); 54 // If urls_to_open is non-empty, a tab is added for each of the URLs.
|
/external/chromium/chrome/browser/ui/ |
browser_init.h | 79 struct Tab { 80 Tab(); 81 ~Tab(); 86 // If true, the tab corresponds to an app an |app_id| gives the id of the 90 // True if the is tab pinned. 120 // Creates a tab for each of the Tabs in |tabs|. If browser is non-null 127 const std::vector<Tab>& tabs); 139 // If the app is specified to start in a tab, or IsAppLaunch is false, 144 // should open in a tab, do so. 168 // Adds a Tab to |tabs| for each url in |urls| that doesn't already exis [all...] |
/external/chromium/chrome/browser/ui/views/tabs/ |
tab_strip_controller.h | 29 // Returns true if the tab at |index| is the active tab. The active tab is the 42 // Returns true if the selected index is the new tab page. 45 // Select the tab at the specified index in the model. 57 // Closes the tab at the specified index in the model. 60 // Shows a context menu for the tab at the specified point in screen coords. 61 virtual void ShowContextMenuForTab(BaseTab* tab, const gfx::Point& p) = 0; 66 // Returns true if the associated TabStrip's delegate supports tab moving or 67 // detaching. Used by the Frame to determine if dragging on the Tab [all...] |
/external/chromium_org/chrome/android/testshell/javatests/src/org/chromium/chrome/testshell/ |
ChromiumTestShellTestBase.java | 73 TestShellTab tab = activity.getActiveTab(); 74 if (tab != null) { 75 isLoaded.set(!tab.isLoading() 76 && !TextUtils.isEmpty(tab.getContentView().getUrl())); 170 * Navigates the currently active tab to a sanitized version of {@code url}.
|
/external/chromium_org/chrome/browser/chromeos/notifications/ |
balloon_view_host_chromeos.h | 43 virtual void WebUISend(content::WebContents* tab,
|
/external/chromium_org/chrome/browser/extensions/api/declarative_content/ |
content_action.cc | 53 ExtensionTabUtil::GetTabId(apply_info->tab)); 54 apply_info->tab->NotifyNavigationStateChanged( 61 UndoDeclarativeShow(ExtensionTabUtil::GetTabId(apply_info->tab)); 62 apply_info->tab->NotifyNavigationStateChanged(
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
proxy_settings.css | 27 #internet-details-content-area > .subpages-tab-contents { 45 html[highlight=strong] #network-proxy-tab {
|
/external/chromium_org/chrome/browser/sessions/ |
tab_restore_service_helper.h | 37 typedef TabRestoreService::Tab Tab; 41 // Provides a way for the client to add behavior to the tab restore service 86 Tab* RemoveTabEntryById(SessionID::id_type id); 102 // tab/window closes from the previous session are added to the back. 111 // identifies a tab, then the iterator position of the Window in which the Tab 121 // Populates the tab's navigations from the NavigationController, and its 123 void PopulateTab(Tab* tab, [all...] |
/external/chromium_org/chrome/browser/sync/glue/ |
synced_window_delegate_android.h | 32 virtual bool IsTabPinned(const SyncedTabDelegate* tab) const OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/sync/ |
browser_synced_window_delegate.h | 34 const browser_sync::SyncedTabDelegate* tab) const OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
browser_tab_strip_controller.cc | 23 #include "chrome/browser/ui/views/tabs/tab.h" 79 TabContextMenuContents(Tab* tab, 81 : tab_(tab), 86 controller->tabstrip_->GetModelIndexOfTab(tab))); 151 // The tab we're showing a menu for. 152 Tab* tab_; 205 Tab* tab) const { 206 int model_index = tabstrip_->GetModelIndexOfTab(tab); 301 Tab* tab = tabstrip_->tab_at(i); local [all...] |
/external/chromium_org/chrome/browser/ui/webui/ |
metrics_handler.cc | 86 WebContents* tab = web_ui()->GetWebContents(); local 88 // Not all new tab pages get timed. In those cases, we don't have a 90 CoreTabHelper* core_tab_helper = CoreTabHelper::FromWebContents(tab); 99 if (event_name == "Tab.NewTabScriptStart") { 100 UMA_HISTOGRAM_TIMES("Tab.NewTabScriptStart", duration); 101 } else if (event_name == "Tab.NewTabDOMContentLoaded") { 102 UMA_HISTOGRAM_TIMES("Tab.NewTabDOMContentLoaded", duration); 103 } else if (event_name == "Tab.NewTabOnload") { 104 UMA_HISTOGRAM_TIMES("Tab.NewTabOnload", duration); 105 // The new tab page has finished loading; reset it [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/ |
background.js | 13 // Show the infobar on the tab where the request was sent. 15 tabId: sender.tab.id,
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/pageaction_by_content/ |
background.js | 8 // Show the page action for the tab that the sender (content script) 10 chrome.pageAction.show(sender.tab.id);
|
/external/chromium_org/components/web_contents_delegate_android/ |
color_chooser_android.h | 25 ColorChooserAndroid(content::WebContents* tab,
|
/external/chromium_org/content/test/gpu/gpu_tests/ |
pixel.py | 19 def ValidatePage(self, page, tab, results):
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
util.py | 54 def FindElementAndPerformAction(tab, text, callback_code): 74 return tab.EvaluateJavaScript(code) 89 def CloseConnections(tab): 92 tab.ExecuteJavaScript("""window.chrome && chrome.benchmarking &&
|
/external/opencv/cv/src/ |
cvadapthresh.cpp | 55 uchar tab[768]; local 81 tab[i] = (uchar)(i - 255 > -idelta ? maxValue : 0); 84 tab[i] = (uchar)(i - 255 <= -idelta ? maxValue : 0); 93 d[j] = tab[s[j] - m[j] + 255];
|
cvthresh.cpp | 49 uchar tab[256]; local 55 tab[i] = 0; 57 tab[i] = maxval; 61 tab[i] = maxval; 63 tab[i] = 0; 67 tab[i] = (uchar)i; 69 tab[i] = thresh; 73 tab[i] = 0; 75 tab[i] = (uchar)i; 79 tab[i] = (uchar)i [all...] |
/external/ppp/pppd/ |
Makefile.sol2 | 56 rm -f $(OBJS) pppd *~ core y.tab.c y.tab.h
|