Home | History | Annotate | Download | only in webdriver

Lines Matching refs:atoms

41 #include "third_party/webdriver/atoms.h"
175 atoms::asString(atoms::EXECUTE_SCRIPT).c_str(), script.c_str(),
228 atoms::asString(atoms::EXECUTE_ASYNC_SCRIPT).c_str(),
981 atoms::asString(atoms::GET_SIZE),
992 atoms::asString(atoms::GET_FIRST_CLIENT_RECT),
1005 atoms::asString(atoms::GET_EFFECTIVE_STYLE),
1036 atoms::asString(atoms::IS_DISPLAYED),
1047 atoms::asString(atoms::IS_ENABLED),
1058 atoms::asString(atoms::IS_SELECTED),
1078 atoms::asString(atoms::CLICK).c_str()),
1157 atoms::asString(atoms::GET_ATTRIBUTE),
1287 atoms::asString(atoms::IS_ONLINE),
1296 atoms::asString(atoms::GET_APPCACHE_STATUS),
1303 std::string js = atoms::asString(
1304 type == kLocalStorageType ? atoms::GET_LOCAL_STORAGE_SIZE
1305 : atoms::GET_SESSION_STORAGE_SIZE);
1317 std::string js = atoms::asString(
1318 type == kLocalStorageType ? atoms::SET_LOCAL_STORAGE_ITEM
1319 : atoms::SET_SESSION_STORAGE_ITEM);
1329 std::string js = atoms::asString(
1330 type == kLocalStorageType ? atoms::CLEAR_LOCAL_STORAGE
1331 : atoms::CLEAR_SESSION_STORAGE);
1341 std::string js = atoms::asString(
1342 type == kLocalStorageType ? atoms::GET_LOCAL_STORAGE_KEYS
1343 : atoms::GET_SESSION_STORAGE_KEYS);
1355 std::string js = atoms::asString(
1356 type == kLocalStorageType ? atoms::GET_LOCAL_STORAGE_ITEM
1357 : atoms::GET_SESSION_STORAGE_ITEM);
1369 std::string js = atoms::asString(
1370 type == kLocalStorageType ? atoms::REMOVE_LOCAL_STORAGE_ITEM
1371 : atoms::REMOVE_SESSION_STORAGE_ITEM);
1737 atoms::asString(atoms::FIND_ELEMENT),
1744 atoms::asString(atoms::FIND_ELEMENTS),
1782 atoms::asString(atoms::IS_ELEMENT_CLICKABLE),
1810 atoms::asString(atoms::GET_LOCATION_IN_VIEW),