/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/paint_preview/player/android/java/src/org/chromium/components/paintpreview/player/frame/ |
H A D | PlayerFrameViewBinder.java | 9 import org.chromium.ui.modelutil.PropertyKey; 16 static void bind(PropertyModel model, PlayerFrameView view, PropertyKey key) { in bind()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/bookmarks/bottomsheet/ |
H A D | BookmarkBottomSheetRowViewBinder.java | 7 import org.chromium.ui.modelutil.PropertyKey; 15 PropertyModel model, BookmarkBottomSheetFolderRow view, PropertyKey propertyKey) { in bind()
|
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/ |
H A D | qv4typedarray_p.h | 168 …static ReturnedValue virtualGet(const Managed *m, PropertyKey id, const Value *receiver, bool *has… 169 static bool virtualHasProperty(const Managed *m, PropertyKey id); 170 static PropertyAttributes virtualGetOwnProperty(const Managed *m, PropertyKey id, Property *p); 171 static bool virtualPut(Managed *m, PropertyKey id, const Value &value, Value *receiver); 172 …static bool virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *p, PropertyAttrib…
|
H A D | qv4proxy.cpp | 73 ReturnedValue ProxyObject::virtualGet(const Managed *m, PropertyKey id, const Value *receiver, bool… in virtualGet() 116 bool ProxyObject::virtualPut(Managed *m, PropertyKey id, const Value &value, Value *receiver) in virtualPut() 156 bool ProxyObject::virtualDeleteProperty(Managed *m, PropertyKey id) in virtualDeleteProperty() 192 bool ProxyObject::virtualHasProperty(const Managed *m, PropertyKey id) in virtualHasProperty() 230 PropertyAttributes ProxyObject::virtualGetOwnProperty(const Managed *m, PropertyKey id, Property *p) in virtualGetOwnProperty() 520 …PropertyKey next(const Object *o, Property *pd = nullptr, PropertyAttributes *attrs = nullptr) ove… 530 PropertyKey ProxyObjectOwnPropertyKeyIterator::next(const Object *m, Property *pd, PropertyAttribut… in next() 533 return PropertyKey::invalid(); in next() 537 PropertyKey key = PropertyKey::fromId(keys->get(PropertyKey::fromArrayIndex(index))); in next() 637 k = PropertyKey::fromId(targetNonConfigurableKeys->get(i)); in virtualOwnPropertyKeys() [all …]
|
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/ |
H A D | qv4typedarray_p.h | 168 …static ReturnedValue virtualGet(const Managed *m, PropertyKey id, const Value *receiver, bool *has… 169 static bool virtualHasProperty(const Managed *m, PropertyKey id); 170 static PropertyAttributes virtualGetOwnProperty(const Managed *m, PropertyKey id, Property *p); 171 static bool virtualPut(Managed *m, PropertyKey id, const Value &value, Value *receiver); 172 …static bool virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *p, PropertyAttrib…
|
H A D | qv4proxy.cpp | 73 ReturnedValue ProxyObject::virtualGet(const Managed *m, PropertyKey id, const Value *receiver, bool… in virtualGet() 116 bool ProxyObject::virtualPut(Managed *m, PropertyKey id, const Value &value, Value *receiver) in virtualPut() 156 bool ProxyObject::virtualDeleteProperty(Managed *m, PropertyKey id) in virtualDeleteProperty() 192 bool ProxyObject::virtualHasProperty(const Managed *m, PropertyKey id) in virtualHasProperty() 230 PropertyAttributes ProxyObject::virtualGetOwnProperty(const Managed *m, PropertyKey id, Property *p) in virtualGetOwnProperty() 520 …PropertyKey next(const Object *o, Property *pd = nullptr, PropertyAttributes *attrs = nullptr) ove… 530 PropertyKey ProxyObjectOwnPropertyKeyIterator::next(const Object *m, Property *pd, PropertyAttribut… in next() 533 return PropertyKey::invalid(); in next() 537 PropertyKey key = PropertyKey::fromId(keys->get(PropertyKey::fromArrayIndex(index))); in next() 637 k = PropertyKey::fromId(targetNonConfigurableKeys->get(i)); in virtualOwnPropertyKeys() [all …]
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/gesturenav/ |
H A D | GestureNavigationProperties.java | 9 import org.chromium.ui.modelutil.PropertyKey; 53 static final PropertyKey[] ALL_KEYS = {
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/signin/account_picker/ |
H A D | IncognitoAccountRowViewBinder.java | 13 import org.chromium.ui.modelutil.PropertyKey; 28 static void bindView(PropertyModel model, View view, PropertyKey propertyKey) { in bindView()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/toolbar/load_progress/ |
H A D | LoadProgressViewBinder.java | 9 import org.chromium.ui.modelutil.PropertyKey; 17 public void bind(PropertyModel model, ToolbarProgressBar view, PropertyKey propertyKey) { in bind()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/omnibox/suggestions/carousel/ |
H A D | BaseCarouselSuggestionViewBinder.java | 8 import org.chromium.ui.modelutil.PropertyKey; 19 public static void bind(PropertyModel model, BaseCarouselSuggestionView view, PropertyKey key) { in bind()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/tab_ui/java/src/org/chromium/chrome/browser/tasks/tab_management/ |
H A D | NewTabTileViewBinder.java | 9 import org.chromium.ui.modelutil.PropertyKey; 16 public static void bind(PropertyModel model, ViewGroup view, PropertyKey propertyKey) { in bind()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/webapps/addtohomescreen/ |
H A D | AddToHomescreenProperties.java | 10 import org.chromium.ui.modelutil.PropertyKey; 32 static final PropertyKey[] ALL_KEYS = {
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ |
H A D | RevampedContextMenuHeaderProperties.java | 10 import org.chromium.ui.modelutil.PropertyKey; 28 public static final PropertyKey[] ALL_KEYS = {TITLE, TITLE_MAX_LINES, URL,
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/video_tutorials/internal/android/java/src/org/chromium/chrome/browser/video_tutorials/player/ |
H A D | VideoPlayerViewBinder.java | 11 import org.chromium.ui.modelutil.PropertyKey; 18 class VideoPlayerViewBinder implements ViewBinder<PropertyModel, VideoPlayerView, PropertyKey> { 20 public void bind(PropertyModel model, VideoPlayerView view, PropertyKey propertyKey) { in bind()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/modaldialog/android/java/src/org/chromium/components/browser_ui/modaldialog/ |
H A D | ModalDialogViewBinder.java | 10 import org.chromium.ui.modelutil.PropertyKey; 20 .ViewBinder<PropertyModel, ModalDialogView, PropertyKey> { 22 public void bind(PropertyModel model, ModalDialogView view, PropertyKey propertyKey) { in bind()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/browser_ui/modaldialog/android/java/src/org/chromium/components/browser_ui/modaldialog/ |
H A D | ModalDialogViewBinder.java | 10 import org.chromium.ui.modelutil.PropertyKey; 20 .ViewBinder<PropertyModel, ModalDialogView, PropertyKey> { 22 public void bind(PropertyModel model, ModalDialogView view, PropertyKey propertyKey) { in bind()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/omnibox/status/ |
H A D | StatusProperties.java | 22 import org.chromium.ui.modelutil.PropertyKey; 148 static final PropertyKey[] ALL_KEYS = new PropertyKey[] {
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/paint_preview/player/android/java/src/org/chromium/components/paintpreview/player/frame/ |
H A D | PlayerFrameProperties.java | 12 import org.chromium.ui.modelutil.PropertyKey; 46 static final PropertyKey[] ALL_KEYS = {
|
/dports/www/firefox/firefox-99.0/js/src/proxy/ |
H A D | Wrapper.cpp | 68 assertEnteredPolicy(cx, proxy, JS::PropertyKey::Void(), ENUMERATE); in ownPropertyKeys() 84 assertEnteredPolicy(cx, proxy, JS::PropertyKey::Void(), ENUMERATE); in enumerate() 158 assertEnteredPolicy(cx, proxy, JS::PropertyKey::Void(), CALL); in call() 171 assertEnteredPolicy(cx, proxy, JS::PropertyKey::Void(), CALL); in construct() 203 assertEnteredPolicy(cx, proxy, JS::PropertyKey::Void(), ENUMERATE); in getOwnEnumerablePropertyKeys() 223 assertEnteredPolicy(cx, proxy, JS::PropertyKey::Void(), GET); in hasInstance() 242 assertEnteredPolicy(cx, proxy, JS::PropertyKey::Void(), GET); in className() 250 assertEnteredPolicy(cx, proxy, JS::PropertyKey::Void(), GET); in fun_toString()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/android/junit/src/org/chromium/ui/modelutil/ |
H A D | PropertyModelTest.java | 67 Collection<PropertyKey> setProperties = model.getAllSetProperties(); in getAllSetProperties() 85 PropertyObserver<PropertyKey> observer = Mockito.mock(PropertyObserver.class); in verifyBooleanUpdate() 114 PropertyObserver<PropertyKey> observer = Mockito.mock(PropertyObserver.class); in verifyFloatUpdate() 139 PropertyObserver<PropertyKey> observer = Mockito.mock(PropertyObserver.class); in verifyIntUpdate() 176 PropertyObserver<PropertyKey> observer = Mockito.mock(PropertyObserver.class); in verifyObjectUpdate() 199 PropertyObserver<PropertyKey> observer = Mockito.mock(PropertyObserver.class); in duplicateSetChangeSuppression()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/android/junit/src/org/chromium/ui/modelutil/ |
H A D | PropertyModelTest.java | 67 Collection<PropertyKey> setProperties = model.getAllSetProperties(); in getAllSetProperties() 85 PropertyObserver<PropertyKey> observer = Mockito.mock(PropertyObserver.class); in verifyBooleanUpdate() 114 PropertyObserver<PropertyKey> observer = Mockito.mock(PropertyObserver.class); in verifyFloatUpdate() 139 PropertyObserver<PropertyKey> observer = Mockito.mock(PropertyObserver.class); in verifyIntUpdate() 176 PropertyObserver<PropertyKey> observer = Mockito.mock(PropertyObserver.class); in verifyObjectUpdate() 199 PropertyObserver<PropertyKey> observer = Mockito.mock(PropertyObserver.class); in duplicateSetChangeSuppression()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/paint/ |
H A D | paint_worklet_input.h | 34 using PropertyKey = std::pair<std::string, ElementId>; 61 using PropertyKeys = std::vector<PropertyKey>;
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/paint/ |
H A D | paint_worklet_input.h | 34 using PropertyKey = std::pair<std::string, ElementId>; 61 using PropertyKeys = std::vector<PropertyKey>;
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/browserservices/ui/view/ |
H A D | DisclosureNotification.java | 38 import org.chromium.ui.modelutil.PropertyKey; 49 implements PropertyObservable.PropertyObserver<PropertyKey>, StartStopWithNativeObserver { 145 PropertyObservable<PropertyKey> source, @Nullable PropertyKey propertyKey) { in onPropertyChanged()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/keyboard_accessory/internal/java/src/org/chromium/chrome/browser/keyboard_accessory/bar_component/ |
H A D | KeyboardAccessoryMetricsRecorder.java | 20 import org.chromium.ui.modelutil.PropertyKey; 46 PropertyObservable.PropertyObserver<PropertyKey> { 60 PropertyObservable<PropertyKey> source, @Nullable PropertyKey propertyKey) { in onPropertyChanged()
|