HomeSort by relevance Sort by last modified time
    Searched full:blur (Results 151 - 175 of 571) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/browser/resources/options/
inline_editable_list.js 366 this.ownerDocument.activeElement.blur();
399 window.addEventListener('blur', function(e) {
404 document.activeElement.blur();
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
tab_contents_controller.mm 270 // a Blur() message to the renderer, but only if the RWHV currently has focus.
274 rvh->Blur();
283 devtoolsView->Blur();
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/options/js/
inline_editable_list.js 321 this.ownerDocument.activeElement.blur();
355 window.addEventListener('blur', function(e) {
360 document.activeElement.blur();
  /external/chromium_org/third_party/skia/src/effects/
SkBlurImageFilter.cpp 19 // This rather arbitrary-looking value results in a maximum box blur kernel size
21 // implementations. Since the GPU path does not compute a box blur, putting
59 * For example, the 6 passes of the X-and-Y blur case are rewritten as
  /external/chromium_org/third_party/skia/tools/
bench_pictures_main.cpp 36 "use no blur or low quality blur, or use no hinting or "
89 "blur",
  /external/chromium_org/ui/webui/resources/js/cr/ui/
table.js 187 this.addEventListener('blur', this.handleElementBlur_, true);
297 * @param {Event} e The blur event.
301 // When the blur event happens we do not know who is getting focus so we
  /external/skia/src/effects/
SkBlurImageFilter.cpp 19 // This rather arbitrary-looking value results in a maximum box blur kernel size
21 // implementations. Since the GPU path does not compute a box blur, putting
59 * For example, the 6 passes of the X-and-Y blur case are rewritten as
  /external/skia/tools/
bench_pictures_main.cpp 36 "use no blur or low quality blur, or use no hinting or "
89 "blur",
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingTest.java 142 // Test case 4: Blur Radius 25
149 // Test case 5: Intrinsic Blur Radius 25
317 // Test case 29: Intrinsics Blur 25 uchar
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
ImageProcessingActivity2.java 66 BLUR_RADIUS_25 ("Blur radius 25"),
67 INTRINSIC_BLUE_RADIUS_25 ("Intrinsic Blur radius 25"),
91 INTRINSICS_BLUR_25G ("Intrinsics Blur 25 uchar"),
  /external/chromium_org/chrome/browser/resources/bookmark_manager/js/bmm/
bookmark_list.js 468 urlInput.blur();
492 // When the blur event happens we do not know who is getting focus so we
538 labelInput.addEventListener('blur', handleBlur);
548 urlInput.addEventListener('blur', handleBlur);
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_terms_of_service.js 73 backButton.addEventListener('blur', function(event) {
  /external/chromium_org/chrome/browser/resources/options/chromeos/
preferred_networks.js 105 this.addEventListener('blur', this.onBlur_);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
options.js 94 hotKeyElement.blur();
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_android.h 57 void Blur(JNIEnv* env, jobject obj);
  /external/chromium_org/remoting/webapp/
host_table_entry.js 222 editBox.addEventListener('blur', this.onBlurReference_, false);
306 editBox.removeEventListener('blur', this.onBlurReference_, false);
378 * Register focus and blur handlers to cause the parent node to be highlighted
390 e.addEventListener('blur', this.onFocusChange_.bind(this), false);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderConverter.cpp 389 float blur = item->blur ? item->blur->computeLength<float>(state.cssToLengthConversionData()) : 0; local
397 shadows.append(ShadowData(FloatPoint(x, y), blur, spread, shadowStyle, color));
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
BaseMultipleFieldsDateAndTimeInputType.h 95 virtual void blur() OVERRIDE FINAL;
InputTypeView.cpp 110 void InputTypeView::blur() function in class:WebCore::InputTypeView
InputTypeView.h 98 virtual void blur();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
ShadowList.cpp 46 float blurAndSpread = shadow.blur() + shadow.spread() + additionalOutlineSize;
  /external/chromium_org/third_party/skia/gm/
circles.cpp 84 // AA with blur
skbug1719.cpp 18 * Thus the same texture is used for both the blur mask and soft mask in a single draw.
  /external/chromium_org/third_party/skia/include/core/
SkDrawLooper.h 103 * 1. The first layer (bottom most) just has a blur and translate
  /external/chromium_org/third_party/skia/samplecode/
SampleBlur.cpp 66 SampleCode::TitleR(evt, "Blur");

Completed in 750 milliseconds

1 2 3 4 5 67 8 91011>>