/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_strip_drag_controller.h | 21 // Returns YES if the tab represented by the controller can be dragged. 22 - (BOOL)tabCanBeDragged:(TabController*)tab; 24 // Initiates a dragging session with a mouseDown event. The tab controller 26 - (void)maybeStartDrag:(NSEvent*)event forTab:(TabController*)tab; 33 // all the logic for tab dragging from the TabView's events. 39 BOOL moveWindowOnDrag_; // Set if the only tab of a window is dragged. 40 BOOL tabWasDragged_; // Has the tab been dragged? 41 BOOL draggingWithinTabStrip_; // Did drag stay in the current tab strip? 53 TabController* draggedTab_; // Weak. The tab controller being dragged.
|
/external/chromium_org/tools/perf/measurements/ |
skpicture_printer.py | 23 def MeasurePage(self, page, tab, results): 32 tab.EvaluateJavaScript(js)
|
/external/chromium_org/tools/perf/metrics/ |
histogram_util.py | 43 def GetHistogramFromDomAutomation(function, name, tab): 50 return tab.EvaluateJavaScript(js)
|
smoothness.py | 9 def __init__(self, tab): 10 self._tab = tab 15 tab.ExecuteJavaScript(js) 64 def CalcFirstPaintTimeResults(results, tab): 65 if tab.browser.is_content_shell: 69 tab.ExecuteJavaScript(""" 75 util.WaitFor(lambda: tab.EvaluateJavaScript('window.__rafFired'), 60) 77 first_paint_secs = tab.EvaluateJavaScript(
|
/packages/apps/Gallery2/src/com/android/photos/ |
GalleryActivity.java | 20 import android.app.ActionBar.Tab; 62 ab.setSelectedNavigationItem(savedInstanceState.getInt("tab", 0)); 69 outState.putInt("tab", getActionBar().getSelectedNavigationIndex()); 121 public void addTab(ActionBar.Tab tab, Class<?> clss, Bundle args) { 123 tab.setTag(info); 124 tab.setTabListener(this); 126 mActionBar.addTab(tab); 163 public void onTabSelected(Tab tab, FragmentTransaction ft) [all...] |
/external/chromium/chrome/browser/download/ |
download_request_infobar_delegate.h | 22 TabContents* tab,
|
/external/chromium/chrome/browser/tab_contents/ |
view_source_uitest.cc | 51 scoped_refptr<TabProxy> tab(GetActiveTab()); 52 ASSERT_TRUE(tab.get()); 53 ASSERT_EQ(AUTOMATION_MSG_NAVIGATION_SUCCESS, tab->NavigateToURL(url)); 58 ASSERT_TRUE(tab->GetCookieByName(url, cookie, &cookie_found));
|
/external/chromium/chrome/browser/ui/tests/ |
browser_uitest.cc | 78 // Test that scripts can fork a new renderer process for a tab in a particular 80 // tab, set its window.opener to null, and redirect it to a cross-site URL. 97 scoped_refptr<TabProxy> tab(window->GetActiveTab()); 98 ASSERT_TRUE(tab.get()); 102 tab->NavigateToURL(net::FilePathToFileURL(test_file)); 109 // Use JavaScript URL to "fork" a new tab, just like Gmail. (Open tab to a 115 // Make sure that a new tab has been created and that we have a new renderer 117 ASSERT_TRUE(tab->NavigateToURLAsync(fork_url)); 151 scoped_refptr<TabProxy> tab(window->GetActiveTab()) 226 scoped_refptr<TabProxy> tab = browser->GetActiveTab(); local [all...] |
/external/chromium/chrome/browser/ui/webui/ |
foreign_session_handler.h | 32 // Determines how ForeignSessionHandler will interact with the new tab page. 47 // model has changed and the new tab page needs to reflect the changes. 51 bool SessionTabToValue(const SessionTab& tab, DictionaryValue* dictionary);
|
/external/chromium/sdch/open-vcdiff/ |
missing | 84 bison create \`y.tab.[ch]', if possible, from existing .[ch] 90 yacc create \`y.tab.[ch]', if possible, from existing .[ch] 219 rm -f y.tab.c y.tab.h 226 cp "$SRCFILE" y.tab.c 230 cp "$SRCFILE" y.tab.h 235 if test ! -f y.tab.h; then 236 echo >y.tab.h 238 if test ! -f y.tab.c; then 239 echo 'main() { return 0; }' >y.tab. [all...] |
/external/chromium/third_party/libevent/ |
missing | 86 bison create \`y.tab.[ch]', if possible, from existing .[ch] 92 yacc create \`y.tab.[ch]', if possible, from existing .[ch] 209 rm -f y.tab.c y.tab.h 216 cp "$SRCFILE" y.tab.c 220 cp "$SRCFILE" y.tab.h 225 if [ ! -f y.tab.h ]; then 226 echo >y.tab.h 228 if [ ! -f y.tab.c ]; then 229 echo 'main() { return 0; }' >y.tab. [all...] |
/external/chromium_org/chrome/android/testshell/java/src/org/chromium/chrome/testshell/ |
TabManager.java | 68 * @param startupUrl The URL that the first tab should navigate to. 88 TestShellTab tab = new TestShellTab(getContext(), url, mWindow); 89 setCurrentTab(tab); 96 private void setCurrentTab(TestShellTab tab) { 102 mCurrentTab = tab;
|
/external/chromium_org/chrome/browser/sync/glue/ |
synced_window_delegate.h | 56 // Returns true iff the provided tab is currently "pinned" in the tab strip. 57 virtual bool IsTabPinned(const SyncedTabDelegate* tab) const = 0; 62 // Return the tab id for the tab at |index|.
|
/external/chromium_org/sdch/open-vcdiff/ |
missing | 82 bison create \`y.tab.[ch]', if possible, from existing .[ch] 88 yacc create \`y.tab.[ch]', if possible, from existing .[ch] 227 rm -f y.tab.c y.tab.h 234 cp "$SRCFILE" y.tab.c 238 cp "$SRCFILE" y.tab.h 243 if test ! -f y.tab.h; then 244 echo >y.tab.h 246 if test ! -f y.tab.c; then 247 echo 'main() { return 0; }' >y.tab. [all...] |
/external/chromium_org/third_party/libevent/ |
missing | 86 bison create \`y.tab.[ch]', if possible, from existing .[ch] 92 yacc create \`y.tab.[ch]', if possible, from existing .[ch] 209 rm -f y.tab.c y.tab.h 216 cp "$SRCFILE" y.tab.c 220 cp "$SRCFILE" y.tab.h 225 if [ ! -f y.tab.h ]; then 226 echo >y.tab.h 228 if [ ! -f y.tab.c ]; then 229 echo 'main() { return 0; }' >y.tab. [all...] |
/external/chromium_org/third_party/libxml/src/ |
missing | 82 bison create \`y.tab.[ch]', if possible, from existing .[ch] 88 yacc create \`y.tab.[ch]', if possible, from existing .[ch] 227 rm -f y.tab.c y.tab.h 234 cp "$SRCFILE" y.tab.c 238 cp "$SRCFILE" y.tab.h 243 if test ! -f y.tab.h; then 244 echo >y.tab.h 246 if test ! -f y.tab.c; then 247 echo 'main() { return 0; }' >y.tab. [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/ |
missing | 84 bison create \`y.tab.[ch]', if possible, from existing .[ch] 90 yacc create \`y.tab.[ch]', if possible, from existing .[ch] 219 rm -f y.tab.c y.tab.h 226 cp "$SRCFILE" y.tab.c 230 cp "$SRCFILE" y.tab.h 235 if test ! -f y.tab.h; then 236 echo >y.tab.h 238 if test ! -f y.tab.c; then 239 echo 'main() { return 0; }' >y.tab. [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/config/ |
missing | 82 bison create \`y.tab.[ch]', if possible, from existing .[ch] 88 yacc create \`y.tab.[ch]', if possible, from existing .[ch] 227 rm -f y.tab.c y.tab.h 234 cp "$SRCFILE" y.tab.c 238 cp "$SRCFILE" y.tab.h 243 if test ! -f y.tab.h; then 244 echo >y.tab.h 246 if test ! -f y.tab.c; then 247 echo 'main() { return 0; }' >y.tab. [all...] |
/external/elfutils/config/ |
missing | 84 bison create \`y.tab.[ch]', if possible, from existing .[ch] 90 yacc create \`y.tab.[ch]', if possible, from existing .[ch] 219 rm -f y.tab.c y.tab.h 226 cp "$SRCFILE" y.tab.c 230 cp "$SRCFILE" y.tab.h 235 if test ! -f y.tab.h; then 236 echo >y.tab.h 238 if test ! -f y.tab.c; then 239 echo 'main() { return 0; }' >y.tab. [all...] |
/external/genext2fs/ |
missing | 81 bison create \`y.tab.[ch]', if possible, from existing .[ch] 87 yacc create \`y.tab.[ch]', if possible, from existing .[ch] 216 rm -f y.tab.c y.tab.h 223 cp "$SRCFILE" y.tab.c 227 cp "$SRCFILE" y.tab.h 232 if [ ! -f y.tab.h ]; then 233 echo >y.tab.h 235 if [ ! -f y.tab.c ]; then 236 echo 'main() { return 0; }' >y.tab. [all...] |
/external/libmtp/ |
missing | 82 bison create \`y.tab.[ch]', if possible, from existing .[ch] 88 yacc create \`y.tab.[ch]', if possible, from existing .[ch] 227 rm -f y.tab.c y.tab.h 234 cp "$SRCFILE" y.tab.c 238 cp "$SRCFILE" y.tab.h 243 if test ! -f y.tab.h; then 244 echo >y.tab.h 246 if test ! -f y.tab.c; then 247 echo 'main() { return 0; }' >y.tab. [all...] |
/external/libogg/ |
missing | 81 bison create \`y.tab.[ch]', if possible, from existing .[ch] 87 yacc create \`y.tab.[ch]', if possible, from existing .[ch] 216 rm -f y.tab.c y.tab.h 223 cp "$SRCFILE" y.tab.c 227 cp "$SRCFILE" y.tab.h 232 if [ ! -f y.tab.h ]; then 233 echo >y.tab.h 235 if [ ! -f y.tab.c ]; then 236 echo 'main() { return 0; }' >y.tab. [all...] |
/external/libpng/ |
missing | 82 bison create \`y.tab.[ch]', if possible, from existing .[ch] 88 yacc create \`y.tab.[ch]', if possible, from existing .[ch] 227 rm -f y.tab.c y.tab.h 234 cp "$SRCFILE" y.tab.c 238 cp "$SRCFILE" y.tab.h 243 if test ! -f y.tab.h; then 244 echo >y.tab.h 246 if test ! -f y.tab.c; then 247 echo 'main() { return 0; }' >y.tab. [all...] |
/external/libusb/ |
missing | 84 bison create \`y.tab.[ch]', if possible, from existing .[ch] 90 yacc create \`y.tab.[ch]', if possible, from existing .[ch] 219 rm -f y.tab.c y.tab.h 226 cp "$SRCFILE" y.tab.c 230 cp "$SRCFILE" y.tab.h 235 if test ! -f y.tab.h; then 236 echo >y.tab.h 238 if test ! -f y.tab.c; then 239 echo 'main() { return 0; }' >y.tab. [all...] |
/external/libusb-compat/ |
missing | 84 bison create \`y.tab.[ch]', if possible, from existing .[ch] 90 yacc create \`y.tab.[ch]', if possible, from existing .[ch] 219 rm -f y.tab.c y.tab.h 226 cp "$SRCFILE" y.tab.c 230 cp "$SRCFILE" y.tab.h 235 if test ! -f y.tab.h; then 236 echo >y.tab.h 238 if test ! -f y.tab.c; then 239 echo 'main() { return 0; }' >y.tab. [all...] |