Searched defs:synthesized (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformMouseEvent.h66 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, Modifiers modifiers, SyntheticEventType synthesized, double timestamp) argument
72 , m_synthesized(synthesized)
77 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, SyntheticEventType synthesized, double timestamp) argument
83 , m_synthesized(synthesized)
/external/clang/lib/AST/
H A DDeclObjC.cpp123 // (properties declared in categories will not get auto-synthesized).
1294 // Order synthesized ivars by their size.
1403 bool synthesized) {
1405 // Ivar's can only appear in interfaces, implementations (via synthesized
1406 // properties), and class extensions (via direct declaration, or synthesized
1431 synthesized);
1726 /// added to the list of those properties \@synthesized/\@dynamic in this
1398 Create(ASTContext &C, ObjCContainerDecl *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, AccessControl ac, Expr *BW, bool synthesized) argument
/external/clang/include/clang/AST/
H A DDeclObjC.h1268 /// classes must not be auto-synthesized. Returns class decl. if it must not
1400 bool synthesized)
1403 NextIvar(nullptr), DeclAccess(ac), Synthesized(synthesized) {}
1411 bool synthesized=false);
1417 /// interface the ivar is conceptually a part of in the case of synthesized
1979 /// itself, as well as being synthesized as backing storage for properties.
2340 /// Get the default name of the synthesized ivar.
1397 ObjCIvarDecl(ObjCContainerDecl *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, AccessControl ac, Expr *BW, bool synthesized) argument
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 945 milliseconds