OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getproperty
(Results
26 - 50
of
1831
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
BufferSubDataTransform.java
44
IGLProperty property = mAccessor.
getProperty
(state);
66
IGLProperty property = mAccessor.
getProperty
(state);
74
return mAccessor.
getProperty
(state);
CurrentProgramPropertyAccessor.java
43
public IGLProperty
getProperty
(IGLProperty state) {
45
IGLProperty currentProgramProperty = mCurrentProgramAccessor.
getProperty
(state);
59
mStateType).
getProperty
(state);
CurrentVboPropertyAccessor.java
51
public IGLProperty
getProperty
(IGLProperty state) {
53
IGLProperty currentBinding = mVboBindingAccessor.
getProperty
(state);
64
mVboProperty).
getProperty
(state);
TextureUnitPropertyAccessor.java
43
public IGLProperty
getProperty
(IGLProperty state) {
45
IGLProperty activeTextureProperty = mActiveTextureAccessor.
getProperty
(state);
57
return targetAccessor.
getProperty
(state);
/external/chromium_org/ppapi/examples/file_chooser/
file_chooser.cc
65
pp::VarPrivate doc = GetWindowObject().
GetProperty
("document");
66
pp::VarPrivate body = doc.
GetProperty
("body");
72
console_.
GetProperty
("style").SetProperty("backgroundColor", "lightgray");
77
pp::VarPrivate doc = GetWindowObject().
GetProperty
("document");
/external/chromium_org/third_party/skia/src/animator/
SkDisplayInput.h
20
virtual bool
getProperty
(int index, SkScriptValue* value) const;
SkDisplayMath.h
23
virtual bool
getProperty
(int index, SkScriptValue* value) const;
SkDisplayRandom.h
31
virtual bool
getProperty
(int index, SkScriptValue* value) const;
SkDrawText.h
24
virtual bool
getProperty
(int index, SkScriptValue* value) const ;
SkDrawTextBox.h
25
virtual bool
getProperty
(int index, SkScriptValue* value) const;
/external/chromium_org/ui/aura/client/
cursor_client.cc
24
return window->
GetProperty
(kCursorClientKey);
event_client.cc
26
root_window->
GetProperty
(kRootWindowEventClientKey) : NULL;
focus_change_observer.cc
19
return window ? window->
GetProperty
(kFocusChangeObserverKey) : NULL;
screen_position_client.cc
28
root_window->
GetProperty
(kScreenPositionClientKey) : NULL;
/external/chromium_org/ui/wm/core/
shadow_types.cc
18
return window->
GetProperty
(kShadowTypeKey);
/external/chromium_org/ui/wm/public/
activation_change_observer.cc
25
return window ? window->
GetProperty
(kActivationChangeObserverKey) : NULL;
activation_delegate.cc
23
return window->
GetProperty
(kActivationDelegateKey);
animation_host.cc
24
return window->
GetProperty
(kRootWindowAnimationHostKey);
drag_drop_client.cc
27
root_window->
GetProperty
(kRootWindowDragDropClientKey) : NULL;
drag_drop_delegate.cc
23
return window->
GetProperty
(kDragDropDelegateKey);
window_move_client.cc
24
return window->
GetProperty
(kWindowMoveClientKey);
/external/skia/src/animator/
SkDisplayInput.h
20
virtual bool
getProperty
(int index, SkScriptValue* value) const;
SkDisplayMath.h
23
virtual bool
getProperty
(int index, SkScriptValue* value) const;
SkDisplayRandom.h
31
virtual bool
getProperty
(int index, SkScriptValue* value) const;
SkDrawText.h
24
virtual bool
getProperty
(int index, SkScriptValue* value) const ;
Completed in 404 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>