Searched defs:CallClientFunction (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/debugger/
H A Ddevtools_window.cc290 CallClientFunction(ASCIIToUTF16("WebInspector.setInspectedTabId"), tabId);
310 CallClientFunction(ASCIIToUTF16("WebInspector.addExtensions"), results);
325 void DevToolsWindow::CallClientFunction(const string16& function_name, function in class:DevToolsWindow
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_window.cc967 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("InspectorFrontendAP
1283 void DevToolsWindow::CallClientFunction(const std::string& function_name, function in class:DevToolsWindow
[all...]

Completed in 59 milliseconds