Home | History | Annotate | Download | only in devtools

Lines Matching defs:CallClientFunction

967   CallClientFunction("InspectorFrontendAPI.fileSystemRemoved",
1025 CallClientFunction("InspectorFrontendAPI.savedURL", &url_value, NULL, NULL);
1030 CallClientFunction("InspectorFrontendAPI.appendedToURL", &url_value, NULL,
1039 CallClientFunction("InspectorFrontendAPI.fileSystemsLoaded",
1049 CallClientFunction("InspectorFrontendAPI.fileSystemAdded",
1063 CallClientFunction("InspectorFrontendAPI.indexingTotalWorkCalculated",
1075 CallClientFunction("InspectorFrontendAPI.indexingWorked", &request_id_value,
1085 CallClientFunction("InspectorFrontendAPI.indexingDone", &request_id_value,
1101 CallClientFunction("InspectorFrontendAPI.searchCompleted", &request_id_value,
1174 CallClientFunction("InspectorFrontendAPI.setDockSide", &dock_side, NULL,
1177 CallClientFunction("InspectorFrontendAPI.setAttachedWindow", &docked, NULL,
1211 CallClientFunction("InspectorFrontendAPI.showConsole", NULL, NULL, NULL);
1215 CallClientFunction("InspectorFrontendAPI.enterInspectElementMode", NULL,
1251 CallClientFunction("WebInspector.setInspectedTabId", &tabId, NULL, NULL);
1280 CallClientFunction("WebInspector.addExtensions", &results, NULL, NULL);
1283 void DevToolsWindow::CallClientFunction(const std::string& function_name,