HomeSort by relevance Sort by last modified time
    Searched refs:toggled (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/
App.js 12 this._toggleEmulationButton.toggled = WebInspector.overridesSupport.emulationEnabled();
21 WebInspector.overridesSupport.setEmulationEnabled(!this._toggleEmulationButton.toggled);
26 this._toggleEmulationButton.toggled = WebInspector.overridesSupport.emulationEnabled();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
splitView.css 124 .split-view button.left-sidebar-show-hide-button.toggled-show > .glyph {
128 .split-view button.left-sidebar-show-hide-button.toggled-hide > .glyph {
132 .split-view button.right-sidebar-show-hide-button.toggled-show > .glyph {
136 .split-view button.right-sidebar-show-hide-button.toggled-hide > .glyph {
140 .split-view button.top-sidebar-show-hide-button.toggled-show > .glyph {
145 .split-view button.top-sidebar-show-hide-button.toggled-hide > .glyph {
150 .split-view button.bottom-sidebar-show-hide-button.toggled-show > .glyph {
155 .split-view button.bottom-sidebar-show-hide-button.toggled-hide > .glyph {
sourcesPanel.css 34 .scripts-pause-on-exceptions-status-bar-item.toggled-on .glyph {
42 .evaluate-snippet-status-bar-item.toggled .glyph {
90 .scripts-pause.toggled-on .glyph {
110 .scripts-toggle-breakpoints.toggled-on .glyph {
137 .panel.sources .split-view button.scripts-debugger-show-hide-button.right-sidebar-show-hide-button.toggled-hide {
filter.css 145 .filters-toggle.toggled-shown .glyph {
149 .filters-toggle.toggled-active .glyph {
canvasProfiler.css 86 .canvas-profile-view button.right-sidebar-show-hide-button.canvas-sidebar-show-hide-button.toggled-hide {
sidebarPane.css 159 .sidebar-pane-toolbar > .pane-title-button.toggled {
sourcesView.css 74 #sources-panel-sources-view .sources-toggle-pretty-print-status-bar-item.toggled .glyph {
ResponsiveDesignView.js 420 this._toggleMediaInspectorButton.toggled = WebInspector.settings.showMediaQueryInspector.get();
486 WebInspector.settings.showMediaQueryInspector.set(!this._toggleMediaInspectorButton.toggled);
491 this._toggleMediaInspectorButton.toggled = WebInspector.settings.showMediaQueryInspector.get();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
InspectElementModeController.js 52 return this._toggleSearchButton.toggled;
64 this._toggleSearchButton.toggled = enabled;
Drawer.js 128 this._toggleDrawerButton.toggled = true;
135 this._toggleDrawerButton.toggled = false;
182 if (this._toggleDrawerButton.toggled)
193 return this._toggleDrawerButton.toggled;
SearchableView.js 274 _toggleSearchBar: function(toggled)
276 this._footerElementContainer.classList.toggle("hidden", !toggled);
  /external/chromium_org/ui/views/controls/button/
image_button.cc 186 void ToggleImageButton::SetToggled(bool toggled) {
187 if (toggled == toggled_)
195 toggled_ = toggled;
image_button.h 124 // A toggle-able ImageButton. It swaps out its graphics when toggled.
132 // Change the toggled state.
133 void SetToggled(bool toggled);
136 // "has been toggled" state. Must be called for each button state
137 // before the button is toggled.
140 // Set the tooltip text displayed when the button is toggled.
159 // True if the button is currently toggled.
162 // The parent class's tooltip_text_ is displayed when not toggled, and
163 // this one is shown when toggled.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelinePanel.js 380 framesToggleButton.toggled = this._overviewModeSetting.get() === WebInspector.TimelinePanel.OverviewMode.Frames;
387 flameChartToggleButton.toggled = this._flameChartEnabledSetting.get();
476 var toggled = /** @type {boolean} */ (event.data);
477 this._filtersContainer.classList.toggle("hidden", !toggled);
594 button.toggled = true;
597 button.toggled = false;
610 button.toggled = newValue;
689 this._updateToggleTimelineButton(this.toggleTimelineButton.toggled);
693 * @param {boolean} toggled
695 _updateToggleTimelineButton: function(toggled)
    [all...]
  /external/chromium_org/third_party/skia/debugger/QT/
SkSettingsWidget.cpp 90 connect(&fGLCheckBox, SIGNAL(toggled(bool)), &fGLMSAAButtonGroup,
92 connect(&fGLCheckBox, SIGNAL(toggled(bool)), this,
SkDebuggerGUI.cpp 101 connect(fSettingsWidget.getRasterCheckBox(), SIGNAL(toggled(bool)), this, SLOT(actionRasterWidget(bool)));
102 connect(fSettingsWidget.getOverdrawVizCheckBox(), SIGNAL(toggled(bool)), this, SLOT(actionOverdrawVizWidget(bool)));
103 connect(fSettingsWidget.getMegaVizCheckBox(), SIGNAL(toggled(bool)), this, SLOT(actionMegaVizWidget(bool)));
104 connect(fSettingsWidget.getPathOpsCheckBox(), SIGNAL(toggled(bool)), this, SLOT(actionPathOpsWidget(bool)));
105 connect(&fActionPause, SIGNAL(toggled(bool)), this, SLOT(pauseDrawing(bool)));
    [all...]
  /external/skia/debugger/QT/
SkSettingsWidget.cpp 90 connect(&fGLCheckBox, SIGNAL(toggled(bool)), &fGLMSAAButtonGroup,
92 connect(&fGLCheckBox, SIGNAL(toggled(bool)), this,
SkDebuggerGUI.cpp 101 connect(fSettingsWidget.getRasterCheckBox(), SIGNAL(toggled(bool)), this, SLOT(actionRasterWidget(bool)));
102 connect(fSettingsWidget.getOverdrawVizCheckBox(), SIGNAL(toggled(bool)), this, SLOT(actionOverdrawVizWidget(bool)));
103 connect(fSettingsWidget.getMegaVizCheckBox(), SIGNAL(toggled(bool)), this, SLOT(actionMegaVizWidget(bool)));
104 connect(fSettingsWidget.getPathOpsCheckBox(), SIGNAL(toggled(bool)), this, SLOT(actionPathOpsWidget(bool)));
105 connect(&fActionPause, SIGNAL(toggled(bool)), this, SLOT(pauseDrawing(bool)));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
NetworkPanel.js 86 this._recordButton.toggled = true;
701 this._largerRequestsButton.toggled = WebInspector.settings.resourcesLargeRows.get();
714 if (!this._recordButton.toggled)
724 if (!this._recordButton.toggled)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
InplaceFormatterEditorAction.js 56 this._button.toggled = false;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
ProfilesPanel.js 625 this._updateRecordButton(this.recordButton.toggled);
629 * @param {boolean} toggled
631 _updateRecordButton: function(toggled)
633 var enable = toggled || !this._target.profilingLock.isAcquired();
635 this.recordButton.toggled = toggled;
661 this._updateRecordButton(this.recordButton.toggled);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
StatusBarButton.js 242 this.element.classList.toggle("toggled-on", x);
244 this.element.classList.remove("toggled-" + this._state);
246 this.element.classList.add("toggled-" + x);
251 get toggled()
254 throw("Only used toggled when there are 2 states, otherwise, use state");
258 set toggled(x)
261 throw("Only used toggled when there are 2 states, otherwise, use state");
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_video.c 1942 int toggled; local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chromevox.js 124 * This indicates whether or not the sticky mode pref is toggled on.
126 * either through the pref or due to being temporarily toggled on.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java 377 // Case where shift is pressed: pointed object is toggled.
573 * @param toggled A set of {@link CanvasViewInfo}s that should be toggled
577 Collection<CanvasViewInfo> toggled) {
584 if (toggled.size() > 0) {
586 Set<CanvasViewInfo> result = new HashSet<CanvasViewInfo>(toggled);
588 if (toggled.contains(viewInfo)) {
    [all...]

Completed in 652 milliseconds

1 2