Searched defs:toggle (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/chrome/common/extensions/docs/examples/extensions/email_this_page/
H A Doptions.js7 function toggle(radioButton) { function
35 document.querySelector('#default').addEventListener('click', toggle);
36 document.querySelector('#gmail').addEventListener('click', toggle);
/external/chromium_org/third_party/WebKit/PerformanceTests/Layout/resources/
H A Dfloats.js26 function toggle(str, str1, str2) { function
47 el.className = toggle(el.className, "float", "float big");
/external/chromium_org/chrome/browser/resources/
H A Dabout_credits.js7 function toggle(o) { function
29 links[i].onclick = function () { return toggle(this); };
/external/chromium_org/chrome/common/extensions/docs/static/js/
H A Dpopup.js11 // Set up the buttons to toggle the popup.
21 toggle(popup);
35 function toggle(popup) { function
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowCheckedTextView.java14 public void toggle() { method in class:ShadowCheckedTextView
H A DShadowCompoundButton.java25 @Override public void toggle() { method in class:ShadowCompoundButton
31 toggle();
/external/chromium_org/remoting/webapp/
H A Dconnection_stats.js26 remoting.ConnectionStats.prototype.toggle = function() {
77 * Check for the debug toggle hot-key.
88 remoting.stats.toggle();
H A Dtoolbar.js91 remoting.Toolbar.prototype.toggle = function() {
92 this.toolbar_.classList.toggle(remoting.Toolbar.VISIBLE_CLASS_);
/external/libvpx/libvpx/examples/includes/
H A Dvp8_doc_tools.php181 $toggle = 0; variable
186 if ($toggle == 0)
190 $toggle = 1; variable
196 $toggle = 0; variable
/external/chromium_org/chrome/browser/resources/standalone/
H A Dstandalone_hack.js309 classListProto.toggle = function(token) {
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMTokenList.cpp123 bool DOMTokenList::toggle(const AtomicString& token, ExceptionState& exceptionState) function in class:WebCore::DOMTokenList
136 bool DOMTokenList::toggle(const AtomicString& token, bool force, ExceptionState& exceptionState) function in class:WebCore::DOMTokenList
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
H A Dutil.js78 function toggle(id) function
81 var toggler = $('toggle-' + id);
/external/chromium_org/third_party/freetype/src/base/
H A Dftdebug.c107 /* define array of trace toggle names */
156 /* available toggle names. */
179 /* read toggle name, followed by ':' */
195 const char* toggle = ft_trace_toggles[n]; local
200 if ( toggle[i] != q[i] )
204 if ( i == len && toggle[i] == 0 )
/external/freetype/src/base/
H A Dftdebug.c107 /* define array of trace toggle names */
156 /* available toggle names. */
179 /* read toggle name, followed by ':' */
195 const char* toggle = ft_trace_toggles[n]; local
200 if ( toggle[i] != q[i] )
204 if ( i == len && toggle[i] == 0 )
/external/chromium/chrome/browser/resources/touch_ntp/standalone/
H A Dstandalone_hack.js508 classListProto.toggle = function(token) {
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-docs.js213 // if we're in a toggleable root link (<li class=toggle-list><div><a>)
214 if (link.parent().parent().hasClass('toggle-list')) {
215 toggle(link.parent().parent(), false); // open our own list
218 toggle(link.parent().parent().parent().parent(), false); // open the super parent list
223 toggle(link.parent().parent().parent(), false); // open the parent list
226 toggle(link.parent().parent().parent().parent().parent(), false); // open the super parent list
362 function toggle(obj, slide) { function
373 $(".toggle-img", li).attr("title", "hide pages");
378 $(".toggle-img", li).attr("title", "show pages");
383 $(".toggle
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_cursor.c265 int SDL_ShowCursor (int toggle) argument
270 if ( toggle >= 0 ) {
272 if ( toggle ) {
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
H A Doptions.js711 function toggle(id) { function
746 $('#toggle-json')[0].addEventListener('click',
747 function() { toggle('json'); });
748 $('#toggle-baseline')[0].addEventListener('click',
749 function() { toggle('baseline'); });
/external/skia/tests/
H A DPathOpsQuadIntersectionTest.cpp413 bool toggle = true; local
447 if ((toggle ^= true)) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DSpectrum.js347 toggle: function(element, color, format)
/external/chromium_org/third_party/opus/src/src/
H A Dopus_demo.c260 int toggle = 0; local
662 len[toggle] = char_to_int(ch);
663 if (len[toggle]>max_payload_bytes || len[toggle]<0)
665 fprintf(stderr, "Invalid payload length: %d\n",len[toggle]);
669 enc_final_range[toggle] = char_to_int(ch);
670 err = fread(data[toggle], 1, len[toggle], fin);
671 if (err<len[toggle])
675 len[toggle],er
[all...]
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkGradientShaderPriv.h190 static inline int next_dither_toggle(int toggle) { argument
191 return toggle ^ SkGradientShaderBase::kDitherStride32;
198 static inline int next_dither_toggle16(int toggle) { argument
199 return toggle ^ SkGradientShaderBase::kDitherStride16;
H A DSkLinearGradient.cpp98 *dstC++ = cache[toggle + fi]; \
99 toggle = next_dither_toggle(toggle); \
106 int toggle, int count);
114 int toggle, int count) {
122 int index0 = fi + toggle;
137 int toggle, int count) {
143 cache[toggle + range.fV0],
144 cache[next_dither_toggle(toggle) + range.fV0],
165 cache[toggle
111 shadeSpan_linear_vertical_lerp(TileProc proc, SkFixed dx, SkFixed fx, SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, int toggle, int count) argument
134 shadeSpan_linear_clamp(TileProc proc, SkFixed dx, SkFixed fx, SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, int toggle, int count) argument
171 shadeSpan_linear_mirror(TileProc proc, SkFixed dx, SkFixed fx, SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, int toggle, int count) argument
184 shadeSpan_linear_repeat(TileProc proc, SkFixed dx, SkFixed fx, SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, int toggle, int count) argument
207 int toggle = init_dither_toggle(x, y); local
303 shadeSpan16_linear_vertical(TileProc proc, SkFixed dx, SkFixed fx, uint16_t* SK_RESTRICT dstC, const uint16_t* SK_RESTRICT cache, int toggle, int count) argument
351 shadeSpan16_linear_mirror(TileProc proc, SkFixed dx, SkFixed fx, uint16_t* SK_RESTRICT dstC, const uint16_t* SK_RESTRICT cache, int toggle, int count) argument
388 int toggle = init_dither_toggle16(x, y); local
[all...]
H A DSkRadialGradient.cpp69 int toggle, int count);
74 int toggle, int count) {
98 *dstC++ = cache[toggle +
100 toggle = next_dither_toggle16(toggle);
110 *dstC++ = cache[toggle +
112 toggle = next_dither_toggle16(toggle);
120 int toggle, int count) {
125 *dstC++ = cache[toggle
71 shadeSpan16_radial_clamp(SkScalar sfx, SkScalar sdx, SkScalar sfy, SkScalar sdy, uint16_t* SK_RESTRICT dstC, const uint16_t* SK_RESTRICT cache, int toggle, int count) argument
118 shadeSpan16_radial(SkScalar fx, SkScalar dx, SkScalar fy, SkScalar dy, uint16_t* SK_RESTRICT dstC, const uint16_t* SK_RESTRICT cache, int toggle, int count) argument
132 shadeSpan16_radial_mirror(SkScalar fx, SkScalar dx, SkScalar fy, SkScalar dy, uint16_t* SK_RESTRICT dstC, const uint16_t* SK_RESTRICT cache, int toggle, int count) argument
138 shadeSpan16_radial_repeat(SkScalar fx, SkScalar dx, SkScalar fy, SkScalar dy, uint16_t* SK_RESTRICT dstC, const uint16_t* SK_RESTRICT cache, int toggle, int count) argument
170 int toggle = init_dither_toggle16(x, y); local
301 shadeSpan_radial_clamp(SkScalar sfx, SkScalar sdx, SkScalar sfy, SkScalar sdy, SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, int count, int toggle) argument
364 shadeSpan_radial(SkScalar fx, SkScalar dx, SkScalar fy, SkScalar dy, SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, int count, int toggle) argument
378 shadeSpan_radial_mirror(SkScalar fx, SkScalar dx, SkScalar fy, SkScalar dy, SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, int count, int toggle) argument
384 shadeSpan_radial_repeat(SkScalar fx, SkScalar dx, SkScalar fy, SkScalar dy, SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, int count, int toggle) argument
400 int toggle = init_dither_toggle(x, y); local
[all...]
/external/chromium_org/v8/tools/profviz/
H A Dprofviz.js141 this.toggle("plot");
146 this.toggle = function(mode) {
203 ui.toggle("plot");
211 ui.toggle("prof");

Completed in 1795 milliseconds

12