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

  /external/webkit/Source/WebCore/inspector/front-end/
StatusBarButton.js 103 this.element.addStyleClass("toggled-on");
105 this.element.removeStyleClass("toggled-on");
108 this.element.removeStyleClass("toggled-" + this._state);
109 this.element.addStyleClass("toggled-" + x);
111 this.element.removeStyleClass("toggled-" + this._state);
116 get toggled()
119 throw("Only used toggled when there are 2 states, otherwise, use state");
123 set toggled(x)
126 throw("Only used toggled when there are 2 states, otherwise, use state");
ScriptsPanel.js 109 this.toggleBreakpointsButton.toggled = true;
250 return this.toggleBreakpointsButton.toggled;
735 this.enableToggleButton.toggled = true;
740 this.enableToggleButton.toggled = false;
    [all...]
TimelinePanel.js 97 this.toggleFilterButton.toggled = true;
98 this._calculator._showShortEvents = this.toggleFilterButton.toggled;
275 if (this.toggleTimelineButton.toggled)
285 this.toggleFilterButton.toggled = !this.toggleFilterButton.toggled;
286 this._calculator._showShortEvents = this.toggleFilterButton.toggled;
298 this.toggleTimelineButton.toggled = true;
303 this.toggleTimelineButton.toggled = false;
    [all...]
NetworkPanel.js 602 this._largerResourcesButton.toggled = WebInspector.settings.resourcesLargeRows;
713 this._preserveLogToggle.toggled = !this._preserveLogToggle.toggled;
800 if (this._preserveLogToggle.toggled)
811 if (this._preserveLogToggle.toggled)
884 this._largerResourcesButton.toggled = enabled;
    [all...]
ProfileView.js 454 this.percentButton.toggled = true;
457 this.percentButton.toggled = false;
590 return this._recording ? "record-profile-status-bar-item status-bar-item toggled-on" : "record-profile-status-bar-item status-bar-item";
ElementsPanel.js 93 this.sidebarPanes.styles.addEventListener("style property toggled", this._stylesPaneEdited, this);
    [all...]
DetailedHeapshotView.js     [all...]
HeapSnapshotView.js 491 this.percentButton.toggled = true;
494 this.percentButton.toggled = false;
    [all...]
ProfilesPanel.js 629 this.enableToggleButton.toggled = true;
637 this.enableToggleButton.toggled = false;
Toolbar.js 157 toolbarItem.addStyleClass("toggled-on");
inspector.css 124 .toolbar-item.toggleable.toggled-on {
237 #toolbar-dropdown .toolbar-item.toggleable.toggled-on {
248 #toolbar-dropdown .toolbar-item.toggleable.toggled-on:hover {
498 button.status-bar-item.toggled-on .glyph {
    [all...]
StylesSidebarPane.js     [all...]
  /external/webkit/Tools/QtTestBrowser/
launcherwindow.cpp 299 toggleAcceleratedCompositing->connect(toggleGraphicsView, SIGNAL(toggled(bool)), SLOT(setEnabled(bool)));
305 toggleResizesToContents->connect(toggleGraphicsView, SIGNAL(toggled(bool)), SLOT(setEnabled(bool)));
311 toggleTiledBackingStore->connect(toggleGraphicsView, SIGNAL(toggled(bool)), SLOT(setEnabled(bool)));
318 toggleQGLWidgetViewport->connect(toggleGraphicsView, SIGNAL(toggled(bool)), SLOT(setEnabled(bool)));
323 viewportUpdateMenu->connect(toggleGraphicsView, SIGNAL(toggled(bool)), SLOT(setEnabled(bool)));
370 flipAnimated->connect(toggleGraphicsView, SIGNAL(toggled(bool)), SLOT(setEnabled(bool)));
375 flipYAnimated->connect(toggleGraphicsView, SIGNAL(toggled(bool)), SLOT(setEnabled(bool)));
380 cloneWindow->connect(toggleGraphicsView, SIGNAL(toggled(bool)), SLOT(setEnabled(bool)));
388 showFPS->connect(toggleGraphicsView, SIGNAL(toggled(bool)), SLOT(setEnabled(bool)));
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_video.c 1942 int toggled; local
    [all...]
  /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...]
  /packages/apps/Email/src/com/android/email/activity/
MessageListFragment.java 728 boolean toggled = false;
731 toggled = true;
736 return toggled; // D&D not allowed.
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
dataview.js 133 * Clears displayed text when security stripping is toggled.
eventsview.js 130 * Updates text in the details view when security stripping is toggled.
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 110 connect(enableRadioButton, SIGNAL(toggled(bool)), this,
112 connect(disableRadioButton, SIGNAL(toggled(bool)), this,
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnJAJP.java     [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 657 // asynchronously from another function, after the display is toggled.
    [all...]
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 661 milliseconds