HomeSort by relevance Sort by last modified time
    Searched full:cache_request (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/win8/test/
ui_automation_client.cc 221 base::win::ScopedComPtr<IUIAutomationCacheRequest> cache_request; local
231 result = automation_->CreateCacheRequest(cache_request.Receive());
236 cache_request->AddProperty(UIA_ClassNamePropertyId);
237 cache_request->AddProperty(UIA_NativeWindowHandlePropertyId);
255 cache_request,
373 base::win::ScopedComPtr<IUIAutomationCacheRequest> cache_request; local
417 result = automation_->CreateCacheRequest(cache_request.Receive());
422 cache_request->AddPattern(UIA_InvokePatternId);
427 cache_request,
469 base::win::ScopedComPtr<IUIAutomationCacheRequest> cache_request; local
    [all...]

Completed in 44 milliseconds