Home
last modified time | relevance | path

Searched refs:userGesture (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTabbedEditorContainer.js169 _innerShowFile: function(uiSourceCode, userGesture) argument
177 … var tabId = this._tabIds.get(uiSourceCode) || this._appendFileTab(uiSourceCode, userGesture);
179 this._tabbedPane.selectTab(tabId, userGesture);
180 if (userGesture)
347 _appendFileTab: function(uiSourceCode, userGesture) argument
364 this._tabbedPane.appendTab(tabId, title, view, tooltip, userGesture);
377 var userGesture = /** @type {boolean} */ (event.data.isUserGesture);
392 if (userGesture)
402 var userGesture = /** @type {boolean} */ (event.data.isUserGesture);
405 this._innerShowFile(uiSourceCode, userGesture);
DTabbedPane.js149 appendTab: function(id, tabTitle, view, tabTooltip, userGesture, isCloseable) argument
160 this.selectTab(tab.id, userGesture);
169 closeTab: function(id, userGesture) argument
171 this.closeTabs([id], userGesture);
178 closeTabs: function(ids, userGesture) argument
181 this._innerCloseTab(ids[i], userGesture);
191 _innerCloseTab: function(id, userGesture) argument
195 if (userGesture && !this._tabsById[id]._closeable)
208 var eventData = { tabId: id, view: tab.view, isUserGesture: userGesture };
253 selectTab: function(id, userGesture) argument
[all …]
DAuditLauncherView.js204 _selectAllClicked: function(checkCategories, userGesture) argument
210 this._selectedCategoriesUpdated(userGesture);
306 _selectedCategoriesUpdated: function(userGesture) argument
311 var selectedCategories = userGesture ? {} : this._selectedCategoriesSetting.get();
DTimelinePanel.js873 _invalidateAndScheduleRefresh: function(preserveBoundaries, userGesture) argument
877 this._scheduleRefresh(preserveBoundaries, userGesture);
1003 _scheduleRefresh: function(preserveBoundaries, userGesture) argument
1011 if (preserveBoundaries || userGesture)
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_strip_model_observer_bridge.mm58 userGesture:)]) {
62 userGesture:user_gesture];
Dtab_strip_model_observer_bridge.h70 userGesture:(bool)wasUserGesture;
Dtab_strip_controller.mm473 userGesture:NO];
1161 userGesture:(bool)wasUserGesture {
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
DChromeWebContentsDelegateAndroid.java31 int disposition, Rect initialPosition, boolean userGesture) { in addNewContents() argument
/external/chromium_org/tools/valgrind/memcheck/
Dsuppressions_mac.txt821 fun:-[TabStripController selectTabWithContents:previousContents:atIndex:userGesture:]