Searched defs:open_in_new_tab (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/pdf/
H A Dpreview_mode_client.cc40 bool open_in_new_tab) {
39 NavigateTo(const std::string& url, bool open_in_new_tab) argument
H A Dout_of_process_instance.cc817 bool open_in_new_tab) {
847 message.Set(kJSNavigateNewTab, open_in_new_tab);
816 NavigateTo(const std::string& url, bool open_in_new_tab) argument
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.cc1275 bool open_in_new_tab = !!(event.GetModifiers() & kDefaultKeyModifier); local
1276 client_->NavigateTo(target.url, open_in_new_tab);

Completed in 52 milliseconds