OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PropertyCallback
(Results
1 - 3
of
3
) sorted by null
/external/chromium/webkit/glue/
cpp_bound_class.h
39
class
PropertyCallback
{
41
virtual ~
PropertyCallback
() { }
111
// Bind Javascript property called |name| to a
PropertyCallback
|callback|.
113
void BindProperty(const std::string& name,
PropertyCallback
* callback);
149
typedef std::map<NPIdentifier,
PropertyCallback
*> PropertyList;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
PropertyCallback.java
30
public class
PropertyCallback
implements IMenuCallback {
46
public
PropertyCallback
(List<? extends INode> targetNodes, String undoLabel,
/external/webkit/Tools/DumpRenderTree/chromium/
CppBoundClass.h
64
class
PropertyCallback
{
66
virtual ~
PropertyCallback
() { }
177
// Bind Javascript property called |name| to a
PropertyCallback
.
179
void bindProperty(const std::string&,
PropertyCallback
*);
213
typedef HashMap<NPIdentifier,
PropertyCallback
*> PropertyList;
Completed in 285 milliseconds