OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateNativeRegion
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/ui/gfx/
path.h
38
NativeRegion
CreateNativeRegion
() const;
path_aura.cc
12
SkRegion* Path::
CreateNativeRegion
() const {
path_gtk.cc
14
GdkRegion* Path::
CreateNativeRegion
() const {
path_win.cc
43
NativeRegion Path::
CreateNativeRegion
() const {
gdi_util.cc
94
return path.
CreateNativeRegion
();
/external/chromium/chrome/browser/ui/views/
dropdown_bar_host.cc
229
ScopedPlatformRegion region(path.
CreateNativeRegion
());
248
animation_path.
CreateNativeRegion
());
263
ScopedPlatformRegion r(left_path.
CreateNativeRegion
());
301
ScopedPlatformRegion exclude_region(exclude_path.
CreateNativeRegion
());
/external/chromium_org/chrome/browser/ui/views/
dropdown_bar_host.cc
263
ScopedPlatformRegion region(path.
CreateNativeRegion
());
282
animation_path.
CreateNativeRegion
());
297
ScopedPlatformRegion r(left_path.
CreateNativeRegion
());
335
ScopedPlatformRegion exclude_region(exclude_path.
CreateNativeRegion
());
/external/chromium/chrome/browser/ui/views/notifications/
balloon_view.cc
181
html_container_->SetShape(path.
CreateNativeRegion
());
243
html_container_->SetShape(path.
CreateNativeRegion
());
/external/chromium_org/chrome/browser/ui/views/notifications/
balloon_view_views.cc
191
html_container_->SetShape(path.
CreateNativeRegion
());
251
html_container_->SetShape(path.
CreateNativeRegion
());
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_gtk.cc
282
ui::ScopedRegion region(mask.
CreateNativeRegion
());
/external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc
600
popup_region.Set(contents_path.
CreateNativeRegion
());
/external/chromium_org/chrome/browser/ui/views/apps/
native_app_window_views.cc
700
path.
CreateNativeRegion
(), 1);
[
all
...]
/external/chromium_org/ui/views/
view.cc
966
base::win::ScopedRegion rgn(mask.
CreateNativeRegion
());
[
all
...]
Completed in 182 milliseconds