/external/pdfium/fpdfsdk/src/javascript/ |
D | Document.cpp | 328 if (!m_pDocument->GetPermissions(FPDFPERM_EXTRACT_ACCESS)) return FALSE; in exportAsFDF() 413 if (!m_pDocument->GetPermissions(FPDFPERM_EXTRACT_ACCESS)) return FALSE; in exportAsXFDF() 497 if (!(m_pDocument->GetPermissions(FPDFPERM_MODIFY) || in importAnFDF() 498 m_pDocument->GetPermissions(FPDFPERM_ANNOT_FORM) || in importAnFDF() 499 m_pDocument->GetPermissions(FPDFPERM_FILL_FORM))) return FALSE; in importAnFDF() 547 if (!(m_pDocument->GetPermissions(FPDFPERM_MODIFY) || in importAnXFDF() 548 m_pDocument->GetPermissions(FPDFPERM_ANNOT_FORM) || in importAnXFDF() 549 m_pDocument->GetPermissions(FPDFPERM_FILL_FORM))) return FALSE; in importAnXFDF() 564 if (!(m_pDocument->GetPermissions(FPDFPERM_MODIFY) || in importTextData() 565 m_pDocument->GetPermissions(FPDFPERM_ANNOT_FORM) || in importTextData() [all …]
|
D | Field.cpp | 180 m_bCanSet = m_pDocument->GetPermissions(FPDFPERM_FILL_FORM) || in AttachField() 181 m_pDocument->GetPermissions(FPDFPERM_ANNOT_FORM) || in AttachField() 182 m_pDocument->GetPermissions(FPDFPERM_MODIFY); in AttachField()
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
D | content_browser_pepper_host_factory.cc | 134 if (GetPermissions().HasPermission(ppapi::PERMISSION_DEV)) { in CreateResourceHost() 167 if (GetPermissions().HasPermission(ppapi::PERMISSION_PRIVATE)) { in CreateResourceHost() 220 if (GetPermissions().HasPermission(ppapi::PERMISSION_FLASH)) { in CreateResourceHost() 268 const ppapi::PpapiPermissions& ContentBrowserPepperHostFactory::GetPermissions() in GetPermissions() function in content::ContentBrowserPepperHostFactory
|
D | content_browser_pepper_host_factory.h | 50 const ppapi::PpapiPermissions& GetPermissions() const;
|
/external/chromium_org/content/renderer/pepper/ |
D | content_renderer_pepper_host_factory.cc | 186 if (GetPermissions().HasPermission(ppapi::PERMISSION_DEV)) { in CreateResourceHost() 210 ContentRendererPepperHostFactory::GetPermissions() const { in GetPermissions() function in content::ContentRendererPepperHostFactory
|
D | content_renderer_pepper_host_factory.h | 33 const ppapi::PpapiPermissions& GetPermissions() const;
|
/external/chromium_org/device/bluetooth/test/ |
D | mock_bluetooth_gatt_descriptor.cc | 26 ON_CALL(*this, GetPermissions()).WillByDefault(Return(permissions)); in MockBluetoothGattDescriptor()
|
D | mock_bluetooth_gatt_descriptor.h | 37 MOCK_CONST_METHOD0(GetPermissions,
|
D | mock_bluetooth_gatt_characteristic.cc | 29 ON_CALL(*this, GetPermissions()).WillByDefault(Return(permissions)); in MockBluetoothGattCharacteristic()
|
D | mock_bluetooth_gatt_characteristic.h | 39 MOCK_CONST_METHOD0(GetPermissions, Permissions());
|
/external/chromium_org/device/bluetooth/ |
D | bluetooth_gatt_descriptor.h | 160 virtual BluetoothGattCharacteristic::Permissions GetPermissions() const = 0;
|
D | bluetooth_remote_gatt_descriptor_chromeos.h | 40 GetPermissions() const OVERRIDE;
|
D | bluetooth_gatt_characteristic.h | 141 virtual Permissions GetPermissions() const = 0;
|
D | bluetooth_remote_gatt_descriptor_chromeos.cc | 72 BluetoothRemoteGattDescriptorChromeOS::GetPermissions() const { in GetPermissions() function in chromeos::BluetoothRemoteGattDescriptorChromeOS
|
D | bluetooth_remote_gatt_characteristic_chromeos.h | 48 virtual Permissions GetPermissions() const OVERRIDE;
|
D | bluetooth_remote_gatt_characteristic_chromeos.cc | 146 BluetoothRemoteGattCharacteristicChromeOS::GetPermissions() const { in GetPermissions() function in chromeos::BluetoothRemoteGattCharacteristicChromeOS
|
/external/lldb/include/lldb/Target/ |
D | Memory.h | 109 GetPermissions () const in GetPermissions() function
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_parser.h | 387 virtual FX_DWORD GetPermissions(FX_BOOL bCheckRevision = FALSE) = 0; 416 virtual FX_DWORD GetPermissions(FX_BOOL bCheckRevision = FALSE); 617 virtual FX_DWORD GetPermissions() = 0; 643 virtual FX_DWORD GetPermissions();
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_document.cpp | 362 return m_pParser->GetPermissions(bCheckRevision); in GetUserPermissions()
|
D | fpdf_parser_encrypt.cpp | 102 FX_DWORD CPDF_StandardSecurityHandler::GetPermissions() in GetPermissions() function in CPDF_StandardSecurityHandler
|
D | fpdf_parser_parser.cpp | 1436 FX_DWORD CPDF_Parser::GetPermissions(FX_BOOL bCheckRevision) in GetPermissions() function in CPDF_Parser 1441 FX_DWORD dwPermission = m_pSecurityHandler->GetPermissions(); in GetPermissions()
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_mgr.h | 435 FX_BOOL GetPermissions(int nFlag);
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_mgr.cpp | 579 FX_BOOL CPDFSDK_Document::GetPermissions(int nFlag) in GetPermissions() function in CPDFSDK_Document
|