Home | History | Annotate | Download | only in win

Lines Matching refs:FAILED

63         bool failed = FAILED(frame->findFrameNamed(targetBSTR, &targetFrame));
65 if (failed)
70 if (FAILED(WebKitCreateInstance(CLSID_WebURLRequest, 0, IID_IWebURLRequest, (void**)&request)))
75 bool failed = FAILED(request->initWithURL(urlBSTR, WebURLRequestUseProtocolCachePolicy, 60));
77 if (failed)
113 if (FAILED(frame->webView(&webView)))
117 if (FAILED(webView->QueryInterface(&webActions)))
127 if (FAILED(frame->webView(&webView)))
144 if (FAILED(frame->webView(&webView)))
159 if (FAILED(webView->backForwardList(&bfList)))
163 if (FAILED(bfList->itemAtIndex(m_howFar, &item)))