Searched defs:Paint (Results 51 - 75 of 76) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInstrumentation.cpp243 const char Paint[] = "Paint"; member in namespace:blink::InstrumentationEvents
H A DInspectorTimelineAgent.cpp89 static const char Paint[] = "Paint"; member in namespace:blink::TimelineRecordType
614 pushCurrentRecord(JSONObject::create(), TimelineRecordType::Paint, true, frame, true); member in class:blink::TimelineRecordType
620 ASSERT(entry.type == TimelineRecordType::Paint);
625 didCompleteCurrentRecord(TimelineRecordType::Paint);
/external/chromium_org/ui/message_center/views/
H A Dbounded_label.cc326 void BoundedLabel::Paint(gfx::Canvas* canvas, const views::CullSet& cull_set) { function in class:message_center::BoundedLabel
328 label_->Paint(canvas, cull_set);
/external/chromium_org/content/plugin/
H A Dwebplugin_proxy.cc316 void WebPluginProxy::Paint(const gfx::Rect& rect) { function in class:content::WebPluginProxy
375 delegate_->Paint(saved_canvas.get(), offset_rect);
571 Paint(damaged_rect);
/external/chromium_org/ui/app_list/views/
H A Dapp_list_view.cc93 virtual void Paint(gfx::Canvas* canvas, views::View* view) const OVERRIDE {
259 void AppListView::Paint(gfx::Canvas* canvas, const views::CullSet& cull_set) { function in class:app_list::AppListView
260 views::BubbleDelegateView::Paint(canvas, cull_set);
/external/chromium_org/content/renderer/pepper/
H A Dpepper_graphics_2d_host.cc320 void PepperGraphics2DHost::Paint(blink::WebCanvas* canvas, function in class:content::PepperGraphics2DHost
323 TRACE_EVENT0("pepper", "PepperGraphics2DHost::Paint");
H A Dpepper_plugin_instance_impl.cc735 void PepperPluginInstanceImpl::Paint(WebCanvas* canvas, function in class:content::PepperPluginInstanceImpl
738 TRACE_EVENT0("ppapi", "PluginInstance::Paint");
749 bound_graphics_2d_platform_->Paint(canvas, plugin_rect, paint_rect);
/external/chromium_org/ppapi/examples/ime/
H A Dime.cc140 // Paint on the specified ImageData.
524 Paint();
532 Paint();
677 void Paint() { function in class:MyInstance
/external/chromium_org/ui/native_theme/
H A Dnative_theme_win.cc254 void NativeThemeWin::Paint(SkCanvas* canvas, function in class:ui::NativeThemeWin
1522 // Paint the status bar gripper. There doesn't seem to be a standard
H A Dnative_theme_base.cc189 void NativeThemeBase::Paint(SkCanvas* canvas, function in class:ui::NativeThemeBase
312 // Paint the background (the area visible behind the rounded corners).
316 // Paint the button's outline and fill the middle
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_EditCtrl.cpp463 void CPWL_EditCtrl::Paint() function in class:CPWL_EditCtrl
466 m_pEdit->Paint();
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl_win.cc457 void WebPluginDelegateImpl::Paint(SkCanvas* canvas, const gfx::Rect& rect) { function in class:content::WebPluginDelegateImpl
1056 base::StatsRate plugin_paint("Plugin.Paint");
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.cc671 void WebPluginDelegateProxy::Paint(SkCanvas* canvas, function in class:content::WebPluginDelegateProxy
799 // sync messages they might interact with (Paint, HandleEvent, etc.).
838 // sync messages they might interact with (Paint, HandleEvent, etc.).
855 // sync messages they might interact with (Paint, HandleEvent, etc.).
/external/chromium_org/ui/aura/
H A Dwindow.cc948 void Window::Paint(gfx::Canvas* canvas) { function in class:aura::Window
962 child->Paint(canvas);
1365 Paint(canvas);
/external/chromium_org/ui/views/
H A Dview_unittest.cc233 virtual void Paint(gfx::Canvas* canvas, const CullSet& cull_set) OVERRIDE;
416 void TestView::Paint(gfx::Canvas* canvas, const CullSet& cull_set) { function in class:views::TestView
3093 // content_view no longer has a dirty rect. Paint from the root and make sure
3364 // on call to TestView::Paint(), along with the widget root view.
H A Dview.cc182 // Instruct the view to recompute its root bounds on next Paint().
284 // Paint where the view is currently.
769 void View::Paint(gfx::Canvas* canvas, const CullSet& cull_set) { function in class:views::View
773 TRACE_EVENT1("views", "View::Paint", "class", GetClassName());
777 // Paint this View and its children, setting the clip rect to the bounds
822 // Paint all descendents using our new cull set.
1358 child_at(i)->Paint(canvas, cull_set);
1372 background_->Paint(canvas, this);
1381 border_->Paint(*this, canvas);
1909 // Paint th
[all...]
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc181 // Paint background for detached state; if animating, this is fade in/out.
214 // Paint background for attached state, this is fade in/out.
309 virtual void Paint(gfx::Canvas* canvas, views::View* view) const OVERRIDE;
331 void BookmarkExtensionBackground::Paint(gfx::Canvas* canvas, function in class:BookmarkExtensionBackground
1808 // Paint the |infobar_container_| last so that it may paint its
1813 child->Paint(canvas, cull_set);
1816 infobar_container_->Paint(canvas, cull_set);
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp1063 if (bPaint) Paint();
1069 if (bPaint) Paint();
1075 if (bPaint) Paint();
1081 if (bPaint) Paint();
1087 if (bPaint) Paint();
1093 if (bPaint) Paint();
1099 if (bPaint) Paint();
1105 if (bPaint) Paint();
1111 if (bPaint) Paint();
1117 if (bPaint) Paint();
2050 void CFX_Edit::Paint() function in class:CFX_Edit
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelineModel.js58 Paint: "Paint",
H A DTracingTimelineModel.js43 Paint: "Paint",
599 case recordTypes.Paint:
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.cc721 void PDFiumEngine::Paint(const pp::Rect& rect, function in class:chrome_pdf::PDFiumEngine
2458 // Paint the page shadows.
2511 // Paint separator.
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 7439 milliseconds

1234