OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bindProperty
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Tools/DumpRenderTree/chromium/
AccessibilityUIElement.cpp
308
bindProperty
("role", &AccessibilityUIElement::roleGetterCallback);
309
bindProperty
("subrole", &m_subrole);
310
bindProperty
("title", &AccessibilityUIElement::titleGetterCallback);
311
bindProperty
("description",
313
bindProperty
("language", &m_language);
314
bindProperty
("x", &m_x);
315
bindProperty
("y", &m_y);
316
bindProperty
("width", &m_width);
317
bindProperty
("height", &m_height);
318
bindProperty
("clickPointX", &m_clickPointX)
[
all
...]
AccessibilityController.cpp
52
bindProperty
("focusedElement", &AccessibilityController::focusedElementGetterCallback);
53
bindProperty
("rootElement", &AccessibilityController::rootElementGetterCallback);
CppBoundClass.h
83
// The constructor should call BindMethod,
BindProperty
, and
89
// Return a CppVariant representing this class, for use with
BindProperty
().
168
void
bindProperty
(const std::string& name, void (T::*method)(CppVariant*))
175
void
bindProperty
(const std::string&, CppVariant*);
179
void
bindProperty
(const std::string&, PropertyCallback*);
CppBoundClass.cpp
296
bindProperty
(name, propertyCallback);
299
void CppBoundClass::
bindProperty
(const string& name, CppVariant* prop)
302
bindProperty
(name, propertyCallback);
305
void CppBoundClass::
bindProperty
(const string& name, PropertyCallback* callback)
EventSender.cpp
285
bindProperty
("dragMode", &dragMode);
287
bindProperty
("WM_KEYDOWN", &wmKeyDown);
288
bindProperty
("WM_KEYUP", &wmKeyUp);
289
bindProperty
("WM_CHAR", &wmChar);
290
bindProperty
("WM_DEADCHAR", &wmDeadChar);
291
bindProperty
("WM_SYSKEYDOWN", &wmSysKeyDown);
292
bindProperty
("WM_SYSKEYUP", &wmSysKeyUp);
293
bindProperty
("WM_SYSCHAR", &wmSysChar);
294
bindProperty
("WM_SYSDEADCHAR", &wmSysDeadChar);
[
all
...]
LayoutTestController.cpp
214
bindProperty
("globalFlag", &m_globalFlag);
216
bindProperty
("webHistoryItemCount", &m_webHistoryItemCount);
217
bindProperty
("titleTextDirection", &m_titleTextDirection);
[
all
...]
Completed in 65 milliseconds